Skip to content

Commit

Permalink
Use the prelease of opam
Browse files Browse the repository at this point in the history
We use the new flag `allow-prelease-opam` of the GitHub action
`setup-ocaml` to use the prelease version `2.2` of opam.
  • Loading branch information
Halbaroth committed Oct 30, 2023
1 parent 9549d36 commit 07f4b1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- name: Use OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v2
with:
allow-prelease-opam: true
ocaml-compiler: ${{ matrix.ocaml-compiler }}
dune-cache: true

Expand Down

0 comments on commit 07f4b1d

Please sign in to comment.