We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc69ce4 commit f9c6c07Copy full SHA for f9c6c07
.github/workflows/gh-pages.yml
@@ -11,14 +11,7 @@ jobs:
11
steps:
12
- uses: actions/checkout@main
13
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
+ - uses: ocaml/setup-ocaml@v3
22
with:
23
ocaml-compiler: '4.14.x'
24
allow-prerelease-opam: true
.github/workflows/main.yml
@@ -21,7 +21,7 @@ jobs:
runs-on: ${{ matrix.os }}
- uses: actions/checkout@v2
25
26
ocaml-compiler: ${{ matrix.ocaml-compiler }}
27
0 commit comments