Skip to content

Commit

Permalink
include apt-get update for doc build
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Jan 13, 2023
1 parent e4bd406 commit 85abbb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 85abbb8

Please sign in to comment.