Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
vouillon committed Dec 4, 2024
1 parent ba44835 commit 561fe28
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,11 @@ jobs:
path: binaryen
key: ${{ runner.os }}-binaryen-version_118

- name: DEBUG
if: matrix.os == 'windows-latest'
shell: bash
run: ls -R "$GITHUB_WORKSPACE/binaryen"

- name: Set binaryen's path
shell: bash
run: echo "$GITHUB_WORKSPACE/binaryen/bin" >> $GITHUB_PATH
Expand Down

0 comments on commit 561fe28

Please sign in to comment.