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 @@ -26,7 +26,7 @@ install: [
2626 [make "install"]
2727]
2828depends: [
29- "coq" {> = "8.16" & < "8.17 "}
29+ "coq" {= "8.16.0 "}
3030 "ocaml"
3131 "coq-smpl" {>= "8.16"}
3232 "coq-metacoq-template" {>= "1.1+8.16"}
You can’t perform that action at this time.
0 commit comments