We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6606cc6 commit ea538fbCopy full SHA for ea538fb
.github/workflows/build.yml
@@ -111,11 +111,6 @@ jobs:
111
with:
112
ocaml-compiler: ${{ matrix.ocaml-compiler }}
113
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
-
119
# Work-around a race between reinstalling mingw-w64-shims
120
# (because of conf-pkg-config optional dep) and installing other
121
# packages that implicitly depend on mingw-w64-shims.
0 commit comments