File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
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
You can’t perform that action at this time.
0 commit comments