Skip to content

Commit 484e5c3

Browse files
committed
WIP
1 parent 11a77fc commit 484e5c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
id: cache-binaryen
110110
uses: actions/cache/restore@v4
111111
with:
112-
path: binaryen
112+
path: binaryen/bin
113113
key: ${{ runner.os }}-binaryen-version_118
114114

115115
- name: Checkout binaryen
@@ -144,7 +144,7 @@ jobs:
144144
if: steps.cache-binaryen.outputs.cache-hit != 'true'
145145
uses: actions/cache/save@v4
146146
with:
147-
path: binaryen
147+
path: binaryen/bin
148148
key: ${{ runner.os }}-binaryen-version_118
149149

150150
- name: Set binaryen's path

0 commit comments

Comments
 (0)