We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e9fab7 commit 274d677Copy full SHA for 274d677
1 file changed
.github/workflows/build-node-fibers.yml
@@ -48,6 +48,13 @@ jobs:
48
tar -C node-install -xJf node-${{ env.NODE_VERSION }}-${{ matrix.platform }}-${{ matrix.arch }}-LATEST.tar.xz
49
echo "$GITHUB_WORKSPACE/node-install/usr/local/bin" >> $GITHUB_PATH
50
51
+ - name: Verify Node Binary Architecture
52
+ run: |
53
+ echo "Node File:"
54
+ file $GITHUB_WORKSPACE/node-install/usr/local/bin/node
55
+ echo "Runner architecture:"
56
+ uname -m
57
+
58
- name: Checkout node-fibers fork
59
uses: actions/checkout@v3
60
with:
0 commit comments