Skip to content

Commit

Permalink
install dune separately to avoid language parsing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross committed Sep 20, 2024
1 parent cb73b71 commit 92b34d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/coq-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,10 +273,10 @@ jobs:
opam update -y
opam pin add -y --no-action --with-version 3.17 '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 dune
run: opam install -y dune
- name: install wasm_of_ocaml
run: |
eval $(opam env)
opam install -y wasm_of_ocaml-compiler ocamlfind
run: opam install -y wasm_of_ocaml-compiler ocamlfind
- name: echo build params
run: etc/ci/describe-system-config.sh
- name: Download a Build Artifact
Expand Down

0 comments on commit 92b34d5

Please sign in to comment.