Skip to content

Commit 3d4e790

Browse files
committed
WIP
1 parent 9c0b7d2 commit 3d4e790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wasm_of_ocaml.yml

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

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

187187
- name: Update test dependencies

0 commit comments

Comments
 (0)