File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ on: [push, pull_request]
44
55env :
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}}
88jobs :
99 build-deps :
1010 runs-on : ubuntu-latest
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
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ install: [
2828depends: [
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
3434synopsis: "A Coq Library of Undecidability Proofs"
You can’t perform that action at this time.
0 commit comments