Skip to content

Commit cc3fe77

Browse files
committed
Fix opam file name in CI.
1 parent e55e6c4 commit cc3fe77

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci-libhyps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
- uses: actions/checkout@v3
3838
- uses: coq-community/docker-coq-action@v1
3939
with:
40-
opam_file: 'rocq-libhyps.opam'
40+
opam_file: 'coq-libhyps.opam'
4141
custom_image: ${{ matrix.image }}
4242
# export: 'OPAMWITHTEST' # space-separated list of variables

coq-libhyps.opam

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ It also provides the especialize tactic to ease forward reasoning by
5353
instantianting one, several or all premisses of a hypothesis.
5454
"
5555

56-
url {
57-
src: "https://github.com/Matafou/LibHyps/archive/refs/tags/3.0.2.tar.gz"
58-
checksum: "sha512=???"
59-
}
56+
# url {
57+
# src: "https://github.com/Matafou/LibHyps/archive/refs/tags/3.0.2.tar.gz"
58+
# checksum: "sha512=???"
59+
# }

0 commit comments

Comments
 (0)