Skip to content

Commit

Permalink
fixed package names
Browse files Browse the repository at this point in the history
  • Loading branch information
mike dupont committed Feb 24, 2024
1 parent 4e880a6 commit 70355ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build2.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set -e
opam switch create 4.1.13
opam switch 4.1.13
eval $(opam env --switch=4.1.13)
opam switch create 4.13.1 ||echo ignore error
opam switch 4.13.1
eval $(opam env --switch=4.13.1)
opam repo add coq-released https://coq.inria.fr/opam/released
opam repo add coq-extra-dev https://coq.inria.fr/opam/extra-dev

Expand All @@ -12,5 +12,5 @@ eval $(opam env --switch=4.1.13)
dune build .
echo the following are optional and may take a long time
opam install --yes coq
opam install --yes ser-api
opam install --yes coq-serapi
opam install --yes coq-hammer

0 comments on commit 70355ee

Please sign in to comment.