Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
vouillon committed Nov 7, 2024
1 parent 0f70d69 commit 90afd94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-wasm_of_ocaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
run: opam pin -n --with-version `< VERSION` .

- name: Install some needed packages
run: opam install opam-format ocamlfind dune graphics uutf
run: opam install opam-format ocamlfind dune graphics uutf sexplib0.v0.16.0

- name: Checkout Jane Street packages
run: opam exec -- ocaml wasm_of_ocaml/tools/ci_setup.ml
Expand Down
2 changes: 1 addition & 1 deletion tools/ci_setup.ml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let roots = [ "bonsai"; "string_dict" ]

let omitted_others = StringSet.of_list [ "cohttp-async"; "cohttp"; "uri"; "uri-sexp" ]

let omitted_js = StringSet.of_list [ (*"sexplib0"*) ]
let omitted_js = StringSet.of_list [ "sexplib0" ]

let do_not_pin =
StringSet.of_list
Expand Down

0 comments on commit 90afd94

Please sign in to comment.