Skip to content

Commit

Permalink
Enable allow-prerelease-opam for setup-ocaml in GHA workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <[email protected]>
  • Loading branch information
smorimoto authored and hhugo committed Dec 3, 2023
1 parent 4a82cce commit 1a605b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ jobs:
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
allow-prerelease-opam: true
dune-cache: true
opam-depext: ${{ !matrix.skip-test }}
opam-depext-flags: --with-test
Expand Down Expand Up @@ -144,6 +145,7 @@ jobs:
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: 4.14.x
allow-prerelease-opam: true
dune-cache: true

- name: Lint fmt
Expand Down

0 comments on commit 1a605b2

Please sign in to comment.