Skip to content

Commit c67a385

Browse files
committed
Update GHA workflow
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 5716993 commit c67a385

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/workflow.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@ jobs:
6060
- ubuntu-latest
6161
ocaml-compiler:
6262
- "5.1"
63-
allow-prelease-opam:
63+
allow-prerelease-opam:
6464
- false
6565
include:
6666
- os: windows-latest
6767
ocaml-compiler: "4.14"
68-
allow-prelease-opam: false
68+
allow-prerelease-opam: false
6969
- os: ubuntu-latest
7070
ocaml-compiler: ocaml-variants.5.1.0+options,ocaml-option-flambda
71-
allow-prelease-opam: true
71+
allow-prerelease-opam: true
7272

7373
runs-on: ${{ matrix.os }}
7474

@@ -80,7 +80,7 @@ jobs:
8080
uses: ./
8181
with:
8282
ocaml-compiler: ${{ matrix.ocaml-compiler }}
83-
allow-prelease-opam: ${{ matrix.allow-prelease-opam }}
83+
allow-prerelease-opam: ${{ matrix.allow-prerelease-opam }}
8484
dune-cache: ${{ matrix.os != 'windows-latest' }}
8585

8686
- run: opam depext --install uri

0 commit comments

Comments
 (0)