Skip to content

Commit eaad1b8

Browse files
committed
DEBUG
1 parent 7fb10d4 commit eaad1b8

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
run: |
158158
opam exec -- cmake . -DBUILD_STATIC_LIB=ON -DBUILD_TESTS=off -DINSTALL_LIBS=off -DCMAKE_C_COMPILER=x86_64-w64-mingw32-gcc
159159
make -j 4
160-
rm -r src
160+
rm -r src test third_party CMakeFiles scripts
161161
162162
- name: Cache binaryen
163163
if: steps.cache-binaryen.outputs.cache-hit != 'true'
@@ -166,11 +166,6 @@ jobs:
166166
path: binaryen
167167
key: ${{ runner.os }}-binaryen-version_118
168168

169-
- name: DEBUG
170-
if: matrix.os == 'windows-latest'
171-
shell: bash
172-
run: ls -R "$GITHUB_WORKSPACE/binaryen"
173-
174169
- name: Set binaryen's path
175170
shell: bash
176171
run: echo "$GITHUB_WORKSPACE/binaryen/bin" >> $GITHUB_PATH

0 commit comments

Comments
 (0)