Skip to content

Commit f9c6c07

Browse files
committed
fix CI
1 parent fc69ce4 commit f9c6c07

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@main
1313

14-
- name: Cache opam
15-
id: cache-opam
16-
uses: actions/cache@v2
17-
with:
18-
path: ~/.opam
19-
key: opam-ubuntu-latest-4.12.0
20-
21-
- uses: ocaml/setup-ocaml@v2
14+
- uses: ocaml/setup-ocaml@v3
2215
with:
2316
ocaml-compiler: '4.14.x'
2417
allow-prerelease-opam: true

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ${{ matrix.os }}
2222
steps:
2323
- uses: actions/checkout@v2
24-
- uses: ocaml/setup-ocaml@v2
24+
- uses: ocaml/setup-ocaml@v3
2525
with:
2626
ocaml-compiler: ${{ matrix.ocaml-compiler }}
2727
allow-prerelease-opam: true

0 commit comments

Comments
 (0)