File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments