Skip to content

Commit 23673f0

Browse files
update debug
1 parent 0a3ab5e commit 23673f0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ jobs:
2929
NODE_VERSION: v20.18.3
3030

3131
steps:
32+
- name: Debug Matrix Values
33+
run: |
34+
echo "Matrix platform: ${{ matrix.platform }}"
35+
echo "Matrix arch: ${{ matrix.arch }}"
36+
3237
- name: Download Node archive
3338
run: |
3439
gh release download node-${{ env.NODE_VERSION }}-release \

0 commit comments

Comments
 (0)