Skip to content

Commit d92d79e

Browse files
committed
fixed CI
1 parent e32f95c commit d92d79e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44

55
env:
66
OCAML_VERSION: 4.11.0
7-
CACHE_KEY: opam-8.15-metacoqrel-${{github.base_ref}}-${{github.ref}}
7+
CACHE_KEY: opam-8.16-${{github.base_ref}}-${{github.ref}}
88
jobs:
99
build-deps:
1010
runs-on: ubuntu-latest
@@ -16,7 +16,7 @@ jobs:
1616
path: "~/.opam"
1717
key: ${{env.CACHE_KEY}}
1818
restore-keys: |
19-
opam-8.15-metacoqrel--refs/heads/${{github.base_ref}}
19+
opam-8.16--refs/heads/${{github.base_ref}}
2020
2121
- name: Install OCaml
2222
uses: avsm/setup-ocaml@v1

opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ install: [
2828
depends: [
2929
"coq" {>= "8.16" & < "8.17"}
3030
"ocaml"
31-
"coq-metacoq-template" {>= "1.1+8.16"}
31+
"coq-metacoq-template" {>= "1.1.1+8.16"}
3232
]
3333

3434
synopsis: "A Coq Library of Undecidability Proofs"

0 commit comments

Comments
 (0)