mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
ci: update ocaml version for gh-pages
This commit is contained in:
parent
957bbb10d2
commit
b2342ead0a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/gh-pages.yml
vendored
4
.github/workflows/gh-pages.yml
vendored
|
|
@ -13,14 +13,14 @@ jobs:
|
||||||
|
|
||||||
- uses: avsm/setup-ocaml@v1
|
- uses: avsm/setup-ocaml@v1
|
||||||
with:
|
with:
|
||||||
ocaml-version: '4.11.1'
|
ocaml-version: '4.12.0'
|
||||||
|
|
||||||
- name: cache opam
|
- name: cache opam
|
||||||
id: cache-opam
|
id: cache-opam
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: _opam
|
path: _opam
|
||||||
key: opam-ubuntu-latest-4.11.1
|
key: opam-ubuntu-latest-4.12.0
|
||||||
|
|
||||||
- name: Pin
|
- name: Pin
|
||||||
run: opam pin -n .
|
run: opam pin -n .
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue