Skip to content

Commit

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

- name: DEBUG
if: matrix.os == 'windows-latest'
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 2e7dd6b

Please sign in to comment.