Skip to content

Commit 980cb78

Browse files
committed
WIP
1 parent d3d570f commit 980cb78

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
id: cache-binaryen
120120
uses: actions/cache/restore@v4
121121
with:
122-
path: binaryen/bin
122+
path: binaryen
123123
key: ${{ runner.os }}-binaryen-version_118
124124

125125
- name: Checkout binaryen
@@ -150,14 +150,15 @@ jobs:
150150
if: matrix.os == 'windows-latest' && steps.cache-binaryen.outputs.cache-hit != 'true'
151151
working-directory: ./binaryen
152152
run: |
153+
opam install conf-c++
153154
opam exec -- cmake . -DBUILD_STATIC_LIB=ON -DBUILD_TESTS=off -DINSTALL_LIBS=off -DCMAKE_C_COMPILER=x86_64-w64-mingw32-gcc
154155
make -j 4
155156
156157
- name: Cache binaryen
157158
if: steps.cache-binaryen.outputs.cache-hit != 'true'
158159
uses: actions/cache/save@v4
159160
with:
160-
path: binaryen/bin
161+
path: binaryen
161162
key: ${{ runner.os }}-binaryen-version_118
162163

163164
- name: Set binaryen's path

0 commit comments

Comments
 (0)