diff --git a/build/opam-ci.sh b/build/opam-ci.sh index e952573636e81572cd9e5de6607331fe326daa33..9a10038de124e1bf687660af2a26bb6a44868a37 100755 --- a/build/opam-ci.sh +++ b/build/opam-ci.sh @@ -14,7 +14,6 @@ test -d "$OPAMROOT/repo/coq-extra-dev" || opam repo add coq-extra-dev https://co test -d "$OPAMROOT/repo/coq-core-dev" || opam repo add coq-core-dev https://coq.inria.fr/opam/core-dev -p 5 test -d "$OPAMROOT/repo/coq-released" || opam repo add coq-released https://coq.inria.fr/opam/released -p 10 opam update -opam install ocamlfind -y # Remove this once the Coq crew fixed their package... # Install fixed versions of some dependencies echo