Skip to content

Commit

Permalink
coq-equations.1.3+8.18
Browse files Browse the repository at this point in the history
  • Loading branch information
yforster committed Oct 5, 2023
1 parent efe2b96 commit 1fcd7ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
startGroup "Print opam config"
sudo chown -R coq:coq .
opam config list; opam repo list; opam list
opam pin -y coq-equations.1.3 "https://github.com/mattam82/Coq-Equations.git#8.18"
opam pin -y coq-equations.1.3+8.18 "https://github.com/mattam82/Coq-Equations.git#8.18"
endGroup
script: |
startGroup "Build project"
Expand Down
2 changes: 1 addition & 1 deletion coq-metacoq-utils.opam
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ install: [
depends: [
"stdlib-shims"
"coq" { >= "8.18" & < "8.19~" }
"coq-equations" { = "1.3" }
"coq-equations" { = "1.3+8.18" }
]
synopsis: "The utility library of Template Coq and PCUIC"
description: """
Expand Down

0 comments on commit 1fcd7ff

Please sign in to comment.