Skip to content

Commit

Permalink
Simpler attempt to fix wasm_of_ocaml
Browse files Browse the repository at this point in the history
Don't install stdune
  • Loading branch information
JasonGross authored Sep 19, 2024
1 parent 4322df2 commit cf17272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coq-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ jobs:
run: |
eval $(opam env)
opam update -y
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'
opam pin add -y --no-action --cli=2.1 --with-version 5.3.0 https://github.com/ocaml-wasm/wasm_of_ocaml.git
- name: install wasm_of_ocaml
run: |
Expand Down

0 comments on commit cf17272

Please sign in to comment.