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