mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2026-01-21 16:56:39 -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
|
||||
with:
|
||||
path: ~/.opam
|
||||
key: opam-${{ matrix.os }}-${{ matrix.ocaml }}
|
||||
key: opam-ubuntu-latest-4.12.0
|
||||
|
||||
- uses: avsm/setup-ocaml@v1
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue