Skip to content

Commit cf17272

Browse files
authored
Simpler attempt to fix wasm_of_ocaml
Don't install stdune
1 parent 4322df2 commit cf17272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coq-docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ jobs:
271271
run: |
272272
eval $(opam env)
273273
opam update -y
274-
opam pin add -y 'https://github.com/ocaml-wasm/dune.git#wasm'
274+
opam pin add -y --no-action --with-version 3.16 'https://github.com/ocaml-wasm/dune.git#wasm'
275275
opam pin add -y --no-action --cli=2.1 --with-version 5.3.0 https://github.com/ocaml-wasm/wasm_of_ocaml.git
276276
- name: install wasm_of_ocaml
277277
run: |

0 commit comments

Comments
 (0)