mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2026-01-28 03:44:51 -05:00
ci: fix cache key for gh-pages
This commit is contained in:
parent
701a558676
commit
79bbb5ce33
1 changed files with 1 additions and 1 deletions
2
.github/workflows/gh-pages.yml
vendored
2
.github/workflows/gh-pages.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: ~/.opam
|
path: ~/.opam
|
||||||
key: opam-${{ matrix.os }}-${{ matrix.ocaml }}
|
key: opam-ubuntu-latest-4.12.0
|
||||||
|
|
||||||
- uses: avsm/setup-ocaml@v1
|
- uses: avsm/setup-ocaml@v1
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue