Skip to content

Commit 1a605b2

Browse files
smorimotohhugo
authored andcommitted
Enable allow-prerelease-opam for setup-ocaml in GHA workflow
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 4a82cce commit 1a605b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ jobs:
9797
uses: ocaml/setup-ocaml@v2
9898
with:
9999
ocaml-compiler: ${{ matrix.ocaml-compiler }}
100+
allow-prerelease-opam: true
100101
dune-cache: true
101102
opam-depext: ${{ !matrix.skip-test }}
102103
opam-depext-flags: --with-test
@@ -144,6 +145,7 @@ jobs:
144145
uses: ocaml/setup-ocaml@v2
145146
with:
146147
ocaml-compiler: 4.14.x
148+
allow-prerelease-opam: true
147149
dune-cache: true
148150

149151
- name: Lint fmt

0 commit comments

Comments
 (0)