Skip to content

Commit

Permalink
Fix wasm_of_ocaml version, hopefully (#1986)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross authored Nov 11, 2024
1 parent c43d00d commit e61d78e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coq-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,8 @@ jobs:
run: |
eval $(opam env)
opam update -y
opam pin add -y --no-action --with-version 3.17 'https://github.com/ocaml-wasm/dune.git#wasm_of_ocaml'
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
- name: install wasm_of_ocaml
run: |
eval $(opam env)
Expand Down

0 comments on commit e61d78e

Please sign in to comment.