Skip to content

Commit

Permalink
Pin dune
Browse files Browse the repository at this point in the history
  • Loading branch information
vouillon committed Jun 26, 2024
1 parent 5448903 commit a1c0e4a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@ jobs:
dune-cache: true
opam-pin: false

- name: Pin dune
run: |
opam pin add -n dune https://github.com/vouillon/dune.git#expect-test-deps
opam reinstall dune
- run: opam install conf-pkg-config
if: runner.os == 'Windows'

Expand Down

0 comments on commit a1c0e4a

Please sign in to comment.