Skip to content

Commit f4ff8c9

Browse files
committed
DEBUG
1 parent f3d014f commit f4ff8c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ jobs:
154154
- name: Build binaryen (Windows)
155155
if: matrix.os == 'windows-latest' && steps.cache-binaryen.outputs.cache-hit != 'true'
156156
working-directory: ./binaryen
157+
shell: bash
157158
run: |
158159
opam exec -- cmake . -DBUILD_STATIC_LIB=ON -DBUILD_TESTS=off -DINSTALL_LIBS=off -DCMAKE_C_COMPILER=x86_64-w64-mingw32-gcc
159160
make -j 4

0 commit comments

Comments
 (0)