Skip to content

Commit fc69ce4

Browse files
committed
faster doc build
1 parent d1af13a commit fc69ce4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ jobs:
1818
path: ~/.opam
1919
key: opam-ubuntu-latest-4.12.0
2020

21-
- uses: avsm/setup-ocaml@v1
21+
- uses: ocaml/setup-ocaml@v2
2222
with:
23-
ocaml-version: '4.12.0'
23+
ocaml-compiler: '4.14.x'
24+
allow-prerelease-opam: true
2425

2526
- name: Pin
2627
run: opam pin -n .

0 commit comments

Comments
 (0)