diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index b9cbbb94..0bb1ec73 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -56,6 +56,9 @@ jobs: 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 +70,6 @@ jobs: uses: ./ with: ocaml-compiler: ${{ matrix.ocaml-compiler }} + allow-prerelease-opam: ${{ matrix.allow-prerelease-opam }} - run: opam install uri