File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments