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 f3d014f commit f4ff8c9Copy full SHA for f4ff8c9
.github/workflows/build.yml
@@ -154,6 +154,7 @@ jobs:
154
- name: Build binaryen (Windows)
155
if: matrix.os == 'windows-latest' && steps.cache-binaryen.outputs.cache-hit != 'true'
156
working-directory: ./binaryen
157
+ shell: bash
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
0 commit comments