Skip to content

Commit 1aabf88

Browse files
committed
WIP
1 parent fc743b9 commit 1aabf88

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.github/workflows/build-wasm_of_ocaml.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,9 @@ jobs:
180180
run: opam install opam-format ocamlfind dune graphics
181181

182182
- name: Checkout Jane Street packages
183-
run: opam exec -- ocaml wasm_of_ocaml/tools/ci_setup.ml
183+
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
184186
185187
- name: Update test dependencies
186188
run: opam install num cohttp-lwt-unix ppx_expect cstruct

tools/ci_setup.ml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
#use "topfind"
2-
3-
#require "opam-format"
4-
5-
#require "unix"
6-
7-
#require "str"
8-
91
module StringSet = Set.Make (String)
102

113
(****)

0 commit comments

Comments
 (0)