From d7a538f142f30bc6f161fec8427bb0d8f2f3b771 Mon Sep 17 00:00:00 2001 From: Olivier Nicole Date: Wed, 29 Jan 2025 16:25:53 +0100 Subject: [PATCH] Pin Dune to a version that supports the new --effects flag --- .github/workflows/build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9b3ff52d01..8c48dd82ca 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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.