mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
include apt-get update for doc build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e4bd406675
commit
85abbb8188
|
@ -54,6 +54,7 @@ stages:
|
||||||
pool:
|
pool:
|
||||||
vmImage: "ubuntu-latest"
|
vmImage: "ubuntu-latest"
|
||||||
steps:
|
steps:
|
||||||
|
- script: sudo apt-get update
|
||||||
- script: sudo apt-get install ocaml opam libgmp-dev
|
- script: sudo apt-get install ocaml opam libgmp-dev
|
||||||
- script: opam init -y
|
- script: opam init -y
|
||||||
- script: eval `opam config env`; opam install zarith ocamlfind -y
|
- script: eval `opam config env`; opam install zarith ocamlfind -y
|
||||||
|
|
Loading…
Reference in a new issue