Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
vouillon committed Dec 3, 2024
1 parent 11a77fc commit 484e5c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
id: cache-binaryen
uses: actions/cache/restore@v4
with:
path: binaryen
path: binaryen/bin
key: ${{ runner.os }}-binaryen-version_118

- name: Checkout binaryen
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
if: steps.cache-binaryen.outputs.cache-hit != 'true'
uses: actions/cache/save@v4
with:
path: binaryen
path: binaryen/bin
key: ${{ runner.os }}-binaryen-version_118

- name: Set binaryen's path
Expand Down

0 comments on commit 484e5c3

Please sign in to comment.