File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
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.18 -${{github.base_ref}}-${{github.ref}}
7+ CACHE_KEY : opam-8.17 -${{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.18 --refs/heads/${{github.base_ref}}
19+ opam-8.17 --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 11opam-version: "2.0"
2- version: "dev +8.18 "
2+ version: "1.0 +8.17 "
3344homepage: "https://github.com/uds-psl/coq-library-fol/"
55dev-repo: "git+https://github.com/uds-psl/coq-library-fol/"
@@ -25,11 +25,11 @@ install: [
2525 [make "install"]
2626]
2727depends: [
28- "coq" {>= "8.18 " & < "8.19 ~"}
29- "coq-library-undecidability" {= "1.1.1 +8.18 "}
28+ "coq" {>= "8.17 " & < "8.18 ~"}
29+ "coq-library-undecidability" {= "1.1+8.17 "}
3030]
3131synopsis: "A Coq Library for First-Order Logic"
3232url {
33- git: "https://github.com/uds-psl/coq-library-fol.git#coq-8.18 "
33+ git: "https://github.com/uds-psl/coq-library-fol.git#v1.0+8.17 "
3434}
3535
You can’t perform that action at this time.
0 commit comments