Skip to content

Commit df94add

Browse files
authored
Merge pull request #237 from mrhaandi/MuRec-eval
refactored MuRec eval
2 parents a14ae5b + af4126c commit df94add

File tree

4 files changed

+427
-3
lines changed

4 files changed

+427
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
ocaml_version: ${{ matrix.ocaml_version }}
3232
before_script: |
3333
startGroup "Workaround permission issue"
34-
sudo chown -R coq:coq . # <--
34+
sudo chown -R rocq:rocq . # <--
3535
opam exec -- ocamlfind list
3636
endGroup
3737
before_install: |
3838
startGroup "Print opam config"
39-
sudo chown -R coq:coq .
39+
sudo chown -R rocq:rocq .
4040
opam config list; opam repo list; opam list
4141
endGroup
4242
script: |

opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ install: [
2626
[make "install"]
2727
]
2828
depends: [
29-
"rocq-prover" {= "dev"}
29+
"rocq-core" {= "dev"}
30+
"rocq-stdlib" {= "dev"}
3031
"ocaml"
3132
# "coq-metacoq-template" {= "dev"}
3233
]

0 commit comments

Comments
 (0)