chore: fix CI build errors

This commit is contained in:
Rekai Nyangadzayi Musuka 2021-01-27 22:48:36 -06:00
parent 58b40d400c
commit 1db139f47f
1 changed files with 3 additions and 0 deletions

View File

@ -7,5 +7,8 @@ steps:
- name: cargo test
image: rust:1.49
commands:
- apt-get update
- apt-get install -y libasound2-dev
- apt-get install -y libdbus-1-dev
- cargo build --verbose --all
- cargo test --verbose --all