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:
60
60
- ubuntu-latest
61
61
ocaml-compiler :
62
62
- " 5.1"
63
- allow-prelease -opam :
63
+ allow-prerelease -opam :
64
64
- false
65
65
include :
66
66
- os : windows-latest
67
67
ocaml-compiler : " 4.14"
68
- allow-prelease -opam : false
68
+ allow-prerelease -opam : false
69
69
- os : ubuntu-latest
70
70
ocaml-compiler : ocaml-variants.5.1.0+options,ocaml-option-flambda
71
- allow-prelease -opam : true
71
+ allow-prerelease -opam : true
72
72
73
73
runs-on : ${{ matrix.os }}
74
74
80
80
uses : ./
81
81
with :
82
82
ocaml-compiler : ${{ matrix.ocaml-compiler }}
83
- allow-prelease -opam : ${{ matrix.allow-prelease -opam }}
83
+ allow-prerelease -opam : ${{ matrix.allow-prerelease -opam }}
84
84
dune-cache : ${{ matrix.os != 'windows-latest' }}
85
85
86
86
- run : opam depext --install uri
You can’t perform that action at this time.
0 commit comments