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 7fb10d4 commit eaad1b8Copy full SHA for eaad1b8
.github/workflows/build.yml
@@ -157,7 +157,7 @@ jobs:
157
run: |
158
opam exec -- cmake . -DBUILD_STATIC_LIB=ON -DBUILD_TESTS=off -DINSTALL_LIBS=off -DCMAKE_C_COMPILER=x86_64-w64-mingw32-gcc
159
make -j 4
160
- rm -r src
+ rm -r src test third_party CMakeFiles scripts
161
162
- name: Cache binaryen
163
if: steps.cache-binaryen.outputs.cache-hit != 'true'
@@ -166,11 +166,6 @@ jobs:
166
path: binaryen
167
key: ${{ runner.os }}-binaryen-version_118
168
169
- - name: DEBUG
170
- if: matrix.os == 'windows-latest'
171
- shell: bash
172
- run: ls -R "$GITHUB_WORKSPACE/binaryen"
173
-
174
- name: Set binaryen's path
175
shell: bash
176
run: echo "$GITHUB_WORKSPACE/binaryen/bin" >> $GITHUB_PATH
0 commit comments