Skip to content

Commit

Permalink
[ci] Don't install ocamlbuild (#1686)
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip authored Oct 6, 2023
1 parent 45c7147 commit 0ed695b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-interpreter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
ocaml-compiler: 4.12.x
- name: Setup OCaml tools
run: opam install --yes ocamlbuild.0.14.0 ocamlfind.1.9.5 js_of_ocaml.4.0.0 js_of_ocaml-ppx.4.0.0
run: opam install --yes ocamlfind.1.9.5 js_of_ocaml.4.0.0 js_of_ocaml-ppx.4.0.0
- name: Setup Node.js
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit 0ed695b

Please sign in to comment.