File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -158,6 +158,7 @@ jobs:
158158 run : |
159159 opam exec -- cmake . -DBUILD_STATIC_LIB=ON -DBUILD_TESTS=off -DINSTALL_LIBS=off -DCMAKE_C_COMPILER=x86_64-w64-mingw32-gcc
160160 make -j 4
161+ rm -r src
161162
162163 - name : Cache binaryen
163164 if : steps.cache-binaryen.outputs.cache-hit != 'true'
@@ -170,24 +171,11 @@ jobs:
170171 shell : bash
171172 run : echo "$GITHUB_WORKSPACE/binaryen/bin" >> $GITHUB_PATH
172173
173- - name : Set binaryen's path (windows )
174+ - name : Copy binaryen's tools (Windows )
174175 if : matrix.os == 'windows-latest'
175176 shell : bash
176177 run : cp $GITHUB_WORKSPACE/binaryen/bin/wasm-{merge,opt}.exe _opam/bin
177178
178- - name : Binaryen DEBUG
179- shell : bash
180- run : echo $PATH
181-
182- - name : Binaryen DEBUG
183- if : matrix.os == 'windows-latest'
184- shell : bash
185- run : ls -l /cygdrive/d/a/wasm_of_ocaml/wasm_of_ocaml/binaryen/bin
186-
187- - name : Binaryen DEBUG
188- shell : bash
189- run : which wasm-merge
190-
191179 - name : Install faked binaryen-bin package
192180 # It's faster to use a cached version
193181 run : opam install --fake binaryen-bin
You can’t perform that action at this time.
0 commit comments