Skip to content

Commit 561fe28

Browse files
committed
DEBUG
1 parent ba44835 commit 561fe28

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,11 @@ jobs:
172172
path: binaryen
173173
key: ${{ runner.os }}-binaryen-version_118
174174

175+
- name: DEBUG
176+
if: matrix.os == 'windows-latest'
177+
shell: bash
178+
run: ls -R "$GITHUB_WORKSPACE/binaryen"
179+
175180
- name: Set binaryen's path
176181
shell: bash
177182
run: echo "$GITHUB_WORKSPACE/binaryen/bin" >> $GITHUB_PATH

0 commit comments

Comments
 (0)