3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-05 17:14:07 +00:00

remove update

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2023-01-12 17:54:42 -08:00
parent 85abbb8188
commit d204413f2a

View file

@ -54,7 +54,6 @@ stages:
pool:
vmImage: "ubuntu-latest"
steps:
- script: sudo apt-get update
- script: sudo apt-get install ocaml opam libgmp-dev
- script: opam init -y
- script: eval `opam config env`; opam install zarith ocamlfind -y