apt update

This commit is contained in:
Felix Ableitner 2020-12-10 01:24:28 +01:00
parent af2a27935b
commit 94ab4f6164
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ steps:
RUST_BACKTRACE: 1 RUST_BACKTRACE: 1
RUST_TEST_THREADS: 1 RUST_TEST_THREADS: 1
commands: commands:
- apt update
- apt install espeak postgresql-client - apt install espeak postgresql-client
- cargo check --all - cargo check --all
- cargo clippy - cargo clippy