mirror of
https://github.com/c-cube/ezcurl.git
synced 2025-12-06 03:05:31 -05:00
CI: use setup-ocaml v2 for gh-pages
This commit is contained in:
parent
9e0b84ecfd
commit
7939bfa9e3
1 changed files with 2 additions and 2 deletions
4
.github/workflows/gh-pages.yml
vendored
4
.github/workflows/gh-pages.yml
vendored
|
|
@ -18,9 +18,9 @@ jobs:
|
||||||
path: ~/.opam
|
path: ~/.opam
|
||||||
key: opam-ubuntu-latest-4.12.0
|
key: opam-ubuntu-latest-4.12.0
|
||||||
|
|
||||||
- uses: avsm/setup-ocaml@v1
|
- uses: ocaml/setup-ocaml@v2
|
||||||
with:
|
with:
|
||||||
ocaml-version: '4.12.0'
|
ocaml-compiler: '5.0.x'
|
||||||
|
|
||||||
- name: Pin
|
- name: Pin
|
||||||
run: opam pin -n .
|
run: opam pin -n .
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue