We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 980cb78 commit 0adf346Copy full SHA for 0adf346
.github/workflows/build.yml
@@ -150,7 +150,12 @@ jobs:
150
if: matrix.os == 'windows-latest' && steps.cache-binaryen.outputs.cache-hit != 'true'
151
working-directory: ./binaryen
152
run: |
153
- opam install conf-c++
+ opam install conf-cmake conf-c++
154
+
155
+ - name: Build binaryen (Windows)
156
+ if: matrix.os == 'windows-latest' && steps.cache-binaryen.outputs.cache-hit != 'true'
157
+ working-directory: ./binaryen
158
+ run: |
159
opam exec -- cmake . -DBUILD_STATIC_LIB=ON -DBUILD_TESTS=off -DINSTALL_LIBS=off -DCMAKE_C_COMPILER=x86_64-w64-mingw32-gcc
160
make -j 4
161
0 commit comments