Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
mattam82 committed Jan 29, 2025
1 parent c254982 commit 5d3a2e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ jobs:
startGroup "Print opam config"
sudo chown -R coq:coq .
opam config list; opam repo list; opam list
opam pin remove -y rocq-core
opam pin remove -y coq
opam remove -y rocq-core rocq-runtime rocq-stdlib rocq-prover coq-core coq-stdlib coqide-server coq-stdlib coq
opam pin remove -y rocq-core rocq-runtime rocq-stdlib rocq-prover coq-core coq-stdlib coqide-server coq-stdlib coq
opam pin add -y coq 9.0+rc1
opam install coq.9.0+rc1
opam install -y coq.9.0+rc1
endGroup
script: |
startGroup "Build project"
Expand Down

0 comments on commit 5d3a2e2

Please sign in to comment.