Skip to content

Commit

Permalink
Pin Dune to a version that supports the new --effects flag
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierNicole committed Jan 29, 2025
1 parent 7d2f837 commit 73fa4f8
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 @@ -116,6 +116,11 @@ jobs:
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}

# Pin Dune to a version which supports the new --effects flag
# (https://github.com/ocaml/dune/pull/11222).
- name: Pin Dune
run: opam pin add --no-action dune https://github.com/OlivierNicole/dune.git#jsoo-effects

# Work-around a race between reinstalling mingw-w64-shims
# (because of conf-pkg-config optional dep) and installing other
# packages that implicitly depend on mingw-w64-shims.
Expand Down

0 comments on commit 73fa4f8

Please sign in to comment.