Skip to content

Commit 2ecac94

Browse files
committed
add dev repo for Coq beta
1 parent 1906121 commit 2ecac94

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
fetch-depth: 1
2828

2929
- run: opam repo add coq-released https://coq.inria.fr/opam/released
30+
- run: opam repo add coq-core-dev https://coq.inria.fr/opam/core-dev
3031
- run: opam install . --deps-only --with-doc --with-test
3132

3233
- run: opam exec -- make -j 2 all

opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build: [make "-j%{jobs}%"]
1212
install: [make "install"]
1313
depends: [
1414
"ocaml"
15-
"coq" { >= "8.13" & < "8.14~" }
15+
"coq" { = "8.13+beta1" }
1616
]
1717
synopsis: "Smpl: An Extensible Tactic for Coq"
1818
description: """

0 commit comments

Comments
 (0)