Skip to content

Commit 274d677

Browse files
debug
1 parent 4e9fab7 commit 274d677

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/build-node-fibers.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@ jobs:
4848
tar -C node-install -xJf node-${{ env.NODE_VERSION }}-${{ matrix.platform }}-${{ matrix.arch }}-LATEST.tar.xz
4949
echo "$GITHUB_WORKSPACE/node-install/usr/local/bin" >> $GITHUB_PATH
5050
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+
5158
- name: Checkout node-fibers fork
5259
uses: actions/checkout@v3
5360
with:

0 commit comments

Comments
 (0)