We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38885ff commit 2eb52beCopy full SHA for 2eb52be
.github/workflows/ci-interpreter.yml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
ocaml-compiler: 4.14.x
25
- name: Setup OCaml tools
26
- 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
27
- name: Setup Node.js
28
uses: actions/setup-node@v2
29
0 commit comments