Skip to content

Commit ea538fb

Browse files
committed
CI: no longer pin dune
1 parent 6606cc6 commit ea538fb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,6 @@ jobs:
111111
with:
112112
ocaml-compiler: ${{ matrix.ocaml-compiler }}
113113

114-
# Pin Dune to a version which supports the new --effects flag
115-
# (https://github.com/ocaml/dune/pull/11222).
116-
- name: Pin Dune
117-
run: opam pin add --no-action dune https://github.com/hhugo/dune.git#jsoo-effects
118-
119114
# Work-around a race between reinstalling mingw-w64-shims
120115
# (because of conf-pkg-config optional dep) and installing other
121116
# packages that implicitly depend on mingw-w64-shims.

0 commit comments

Comments
 (0)