zpp-2022-rust-seastar / seastar-rs

Idiomatic Rust bindings to the Seastar framework
6 stars 3 forks source link

CI: run `apt update` before installing anything #36

Closed piodul closed 1 year ago

piodul commented 1 year ago

It is possible for the test runner's apt index to become stale, which can lead to apt trying to download files from URLs that don't exist. Fix that by always running apt update before continuing with installation of packages necessary for compilation.