Skip to content

Commit

Permalink
Pin dune
Browse files Browse the repository at this point in the history
  • Loading branch information
vouillon committed Jan 14, 2025
1 parent 1c90615 commit 6c5d2c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-wasm_of_ocaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ jobs:
- run: opam install conf-pkg-config
if: runner.os == 'Windows'

- name: Pin dune
run: opam pin add -n dune https://github.com/vouillon/dune.git#inline-tests-wasm

- name: Pin wasm_of_ocaml
working-directory: ./wasm_of_ocaml
run: opam pin -n --with-version 6.0 .
Expand Down

0 comments on commit 6c5d2c6

Please sign in to comment.