Skip to content

Commit a849c1d

Browse files
authored
Merge pull request #5906 from psafont/ci
2 parents 195f932 + f8ac0cb commit a849c1d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,13 @@ jobs:
2828
run: sudo apt-get update
2929

3030
- name: Use ocaml
31-
uses: ocaml/setup-ocaml@v2
31+
uses: ocaml/setup-ocaml@v3
3232
with:
3333
ocaml-compiler: ${{ steps.dotenv.outputs.ocaml_version_full }}
3434
opam-repositories: |
3535
xs-opam: ${{ steps.dotenv.outputs.repository }}
3636
dune-cache: true
3737
opam-pin: false
38-
opam-depext: false
3938

4039
- name: Install ocamlformat
4140
run: opam install ocamlformat

.github/workflows/setup-xapi-environment/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,13 @@ runs:
4545
# We set DUNE_CACHE_STORAGE_MODE, it is required for dune cache to work inside opam for now,
4646
# otherwise it gets EXDEV and considers it a cache miss
4747
- name: Use ocaml
48-
uses: ocaml/setup-ocaml@v2
48+
uses: ocaml/setup-ocaml@v3
4949
with:
5050
ocaml-compiler: ${{ steps.dotenv.outputs.ocaml_version_full }}
5151
opam-repositories: |
5252
xs-opam: ${{ steps.dotenv.outputs.repository }}
5353
dune-cache: true
54+
opam-pin: false
5455
env:
5556
DUNE_CACHE_STORAGE_MODE: copy
5657

0 commit comments

Comments
 (0)