Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yforster committed Oct 5, 2023
1 parent ab250af commit 856f0dc
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,20 @@ jobs:
with:
custom_image: ${{ matrix.image }}
opam_file: ${{ matrix.opam_file }}
before_install: |
startGroup "fix permission issues"
sudo chown -R coq:coq .
endGroup
startGroup "opam pin"
opam pin -n -y submodules/metacoq
endGroup
before_script: |
startGroup "fix permission issues"
sudo chown -R coq:coq .
endGroup
startGroup "Copy repo (for later benchmarking)"
cp -r `pwd` ~/repo
endGroup
startGroup "opam pin"
opam pin -y submodules/metacoq
endGroup
after_script: |
startGroup "List installed packages"
opam list
Expand Down

0 comments on commit 856f0dc

Please sign in to comment.