Skip to content

Commit 2e7dd6b

Browse files
committed
DEBUG
1 parent 85fe5b4 commit 2e7dd6b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,10 @@ jobs:
166166
path: binaryen
167167
key: ${{ runner.os }}-binaryen-version_118
168168

169+
- name: DEBUG
170+
if: matrix.os == 'windows-latest'
171+
run: ls -R "$GITHUB_WORKSPACE/binaryen"
172+
169173
- name: Set binaryen's path
170174
shell: bash
171175
run: echo "$GITHUB_WORKSPACE/binaryen/bin" >> $GITHUB_PATH

0 commit comments

Comments
 (0)