We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e55e6c4 commit cc3fe77Copy full SHA for cc3fe77
2 files changed
.github/workflows/ci-libhyps.yml
@@ -37,6 +37,6 @@ jobs:
37
- uses: actions/checkout@v3
38
- uses: coq-community/docker-coq-action@v1
39
with:
40
- opam_file: 'rocq-libhyps.opam'
+ opam_file: 'coq-libhyps.opam'
41
custom_image: ${{ matrix.image }}
42
# export: 'OPAMWITHTEST' # space-separated list of variables
coq-libhyps.opam
@@ -53,7 +53,7 @@ It also provides the especialize tactic to ease forward reasoning by
53
instantianting one, several or all premisses of a hypothesis.
54
"
55
56
-url {
57
- src: "https://github.com/Matafou/LibHyps/archive/refs/tags/3.0.2.tar.gz"
58
- checksum: "sha512=???"
59
-}
+# url {
+# src: "https://github.com/Matafou/LibHyps/archive/refs/tags/3.0.2.tar.gz"
+# checksum: "sha512=???"
+# }
0 commit comments