Skip to content

Commit 80c1118

Browse files
committed
DEBUG
1 parent f4ff8c9 commit 80c1118

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,15 @@ 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
158157
run: |
159158
opam exec -- cmake . -DBUILD_STATIC_LIB=ON -DBUILD_TESTS=off -DINSTALL_LIBS=off -DCMAKE_C_COMPILER=x86_64-w64-mingw32-gcc
160159
make -j 4
161-
rm -r src test third_party CMakeFiles scripts
160+
161+
- name: Clean-up (Windows)
162+
if: matrix.os == 'windows-latest' && steps.cache-binaryen.outputs.cache-hit != 'true'
163+
working-directory: ./binaryen
164+
shell: bash
165+
run: rm -r src test third_party CMakeFiles scripts
162166

163167
- name: Cache binaryen
164168
if: steps.cache-binaryen.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)