File tree 1 file changed +3
-17
lines changed
1 file changed +3
-17
lines changed Original file line number Diff line number Diff line change 37
37
uses : actions/checkout@v4
38
38
39
39
- name : Build
40
- uses : docker://ghcr.io/rescript-lang/rescript-ci-build:alpine-3.19 -ocaml-5.1.1 -01
40
+ uses : docker://ghcr.io/rescript-lang/rescript-ci-build:alpine-3.20 -ocaml-5.2.0 -01
41
41
with :
42
42
args : opam exec -- dune build --profile static
43
43
@@ -99,24 +99,10 @@ jobs:
99
99
key : ${{matrix.os}}-rescript-vscode-v4
100
100
101
101
- name : Use OCaml
102
- uses : ocaml/setup-ocaml@v2
103
- if : matrix.os != 'windows-latest'
104
- with :
105
- ocaml-compiler : 5.1.1
106
- opam-pin : false
107
- opam-depext : false
108
-
109
- - name : Use OCaml (Windows)
110
- uses : ocaml/setup-ocaml@v2
111
- if : matrix.os == 'windows-latest'
102
+ uses : ocaml/setup-ocaml@v3
112
103
with :
113
- ocaml-compiler : ocaml-variants.5.1.1+options,ocaml-option-mingw
104
+ ocaml-compiler : 5.2.0
114
105
opam-pin : false
115
- opam-depext : false
116
- opam-repositories : |
117
- windows-5.0: https://github.com/dra27/opam-repository.git#windows-5.0
118
- sunset: https://github.com/ocaml-opam/opam-repository-mingw.git#sunset
119
- default: https://github.com/ocaml/opam-repository.git
120
106
121
107
- name : Use Node.js
122
108
uses : actions/setup-node@v4
You can’t perform that action at this time.
0 commit comments