File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,13 @@ jobs:
28
28
run : sudo apt-get update
29
29
30
30
- name : Use ocaml
31
- uses : ocaml/setup-ocaml@v2
31
+ uses : ocaml/setup-ocaml@v3
32
32
with :
33
33
ocaml-compiler : ${{ steps.dotenv.outputs.ocaml_version_full }}
34
34
opam-repositories : |
35
35
xs-opam: ${{ steps.dotenv.outputs.repository }}
36
36
dune-cache : true
37
37
opam-pin : false
38
- opam-depext : false
39
38
40
39
- name : Install ocamlformat
41
40
run : opam install ocamlformat
Original file line number Diff line number Diff line change @@ -45,12 +45,13 @@ runs:
45
45
# We set DUNE_CACHE_STORAGE_MODE, it is required for dune cache to work inside opam for now,
46
46
# otherwise it gets EXDEV and considers it a cache miss
47
47
- name : Use ocaml
48
- uses : ocaml/setup-ocaml@v2
48
+ uses : ocaml/setup-ocaml@v3
49
49
with :
50
50
ocaml-compiler : ${{ steps.dotenv.outputs.ocaml_version_full }}
51
51
opam-repositories : |
52
52
xs-opam: ${{ steps.dotenv.outputs.repository }}
53
53
dune-cache : true
54
+ opam-pin : false
54
55
env :
55
56
DUNE_CACHE_STORAGE_MODE : copy
56
57
You can’t perform that action at this time.
0 commit comments