Skip to content

Commit

Permalink
add dev repo for Coq beta
Browse files Browse the repository at this point in the history
  • Loading branch information
yforster committed Dec 15, 2020
1 parent 1906121 commit 2ecac94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
fetch-depth: 1

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

- run: opam exec -- make -j 2 all
2 changes: 1 addition & 1 deletion opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"ocaml"
"coq" { >= "8.13" & < "8.14~" }
"coq" { = "8.13+beta1" }
]
synopsis: "Smpl: An Extensible Tactic for Coq"
description: """
Expand Down

0 comments on commit 2ecac94

Please sign in to comment.