Skip to content

Commit 0adf346

Browse files
committed
WIP
1 parent 980cb78 commit 0adf346

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,12 @@ 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++
153+
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: |
154159
opam exec -- cmake . -DBUILD_STATIC_LIB=ON -DBUILD_TESTS=off -DINSTALL_LIBS=off -DCMAKE_C_COMPILER=x86_64-w64-mingw32-gcc
155160
make -j 4
156161

0 commit comments

Comments
 (0)