Skip to content

Commit

Permalink
Use MetaCoq's git version for testing for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mattam82 committed Jul 22, 2024
1 parent d6ea357 commit b2f0184
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
sudo chown -R coq:coq .
endGroup
startGroup "opam pin"
opam pin -n -y "https://github.com/MetaCoq/metacoq.git#coq-8.19"
opam pin -n -y "https://github.com/stedolan/malfunction.git#master"
endGroup
startGroup "install dependencies for benchmarks"
Expand Down
2 changes: 1 addition & 1 deletion coq-verified-extraction.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ install: [
depends: [
"coq" { >= "8.19" & < "8.20~" }
"coq-ceres" {= "0.4.1"}
"coq-metacoq-erasure-plugin"
"coq-metacoq-erasure-plugin" { = "8.19.dev" }
# "malfunction" {= "0.6" }
]

Expand Down

0 comments on commit b2f0184

Please sign in to comment.