Skip to content

Commit 99779a8

Browse files
authored
Fix wasm_of_ocaml version, hopefully
As per the README on https://github.com/ocaml-wasm/wasm_of_ocaml
1 parent c43d00d commit 99779a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coq-docker.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,8 @@ jobs:
271271
run: |
272272
eval $(opam env)
273273
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
274+
opam pin add -y --no-action --with-version 3.17 https://github.com/ocaml/dune.git
275+
opam pin add -y --no-action --with-version 5.8.2-wasm https://github.com/ocaml-wasm/wasm_of_ocaml.git
276276
- name: install wasm_of_ocaml
277277
run: |
278278
eval $(opam env)

0 commit comments

Comments
 (0)