Skip to content

Commit 508da97

Browse files
committed
WIP
1 parent aeae127 commit 508da97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-wasm_of_ocaml.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ jobs:
9494
run: |
9595
echo "$GITHUB_WORKSPACE/binaryen/bin" >> $GITHUB_PATH
9696
97+
- name: test wasm-merge
98+
run: wasm-merge.exe --version
99+
97100
- name: Restore cached OCaml
98101
if: matrix.os != 'windows-latest'
99102
id: cache-ocaml
@@ -154,9 +157,6 @@ jobs:
154157
# It's faster to use a cached version
155158
run: opam install --fake binaryen-bin
156159

157-
- name: test wasm-merge
158-
run: opam exec -- wasm_merge.exe --version
159-
160160
- name: Checkout Jane Street opam repository
161161
uses: actions/checkout@v4
162162
with:

0 commit comments

Comments
 (0)