mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 09:34:08 +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:
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue