Skip to content

Commit 8418f87

Browse files
committed
WIP
1 parent 140644d commit 8418f87

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-wasm_of_ocaml.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,7 @@ jobs:
181181

182182
- name: Checkout Jane Street packages
183183
run: |
184-
opam exec -- ocamlfind ocamlopt -package str,unix,opam-format -linkpkg -o ci_setup.exe wasm_of_ocaml/tools/ci_setup.ml
185-
./ci_setup.exe
184+
opam exec -- ocamlfind ocamlopt -package str,unix,opam-format -linkpkg -o ci_setup.exe wasm_of_ocaml/tools/ci_setup.ml && ./ci_setup.exe
186185
shell: bash
187186

188187
- name: Update test dependencies

0 commit comments

Comments
 (0)