Skip to content

Commit 277a433

Browse files
committed
WIP
1 parent 3c1e1d9 commit 277a433

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)