diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index b9cbbb94..7f395e33 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -53,9 +53,14 @@ jobs: - windows-latest ocaml-compiler: - "5.2" + allow-prerelease-opam: + - false include: - os: ubuntu-latest ocaml-compiler: ocaml-variants.5.2.0+options,ocaml-option-flambda + - os: ubuntu-latest + ocaml-compiler: "5.2" + allow-prerelease-opam: true runs-on: ${{ matrix.os }} @@ -67,5 +72,6 @@ jobs: uses: ./ with: ocaml-compiler: ${{ matrix.ocaml-compiler }} + allow-prerelease-opam: ${{ matrix.allow-prerelease-opam }} - run: opam install uri