mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-05 19:00: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
|
||||
with:
|
||||
ocaml-version: '4.11.1'
|
||||
ocaml-version: '4.12.0'
|
||||
|
||||
- name: cache opam
|
||||
id: cache-opam
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: _opam
|
||||
key: opam-ubuntu-latest-4.11.1
|
||||
key: opam-ubuntu-latest-4.12.0
|
||||
|
||||
- name: Pin
|
||||
run: opam pin -n .
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue