We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c43d00d commit 99779a8Copy full SHA for 99779a8
.github/workflows/coq-docker.yml
@@ -271,8 +271,8 @@ jobs:
271
run: |
272
eval $(opam env)
273
opam update -y
274
- opam pin add -y --no-action --with-version 3.17 'https://github.com/ocaml-wasm/dune.git#wasm_of_ocaml'
275
- opam pin add -y --no-action --cli=2.1 --with-version 5.3.0-wasm https://github.com/ocaml-wasm/wasm_of_ocaml.git
+ opam pin add -y --no-action --with-version 3.17 https://github.com/ocaml/dune.git
+ opam pin add -y --no-action --with-version 5.8.2-wasm https://github.com/ocaml-wasm/wasm_of_ocaml.git
276
- name: install wasm_of_ocaml
277
278
0 commit comments