Install dev libs in CI
This commit is contained in:
parent
0eaffff422
commit
b4eb0df5a0
@ -8,3 +8,9 @@ matrix:
|
|||||||
- rust: nightly
|
- rust: nightly
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
cache: cargo
|
cache: cargo
|
||||||
|
before_install:
|
||||||
|
- |
|
||||||
|
if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then
|
||||||
|
sudo apt-get -qq update
|
||||||
|
sudo apt-get install -y libasound2-dev libudev-dev
|
||||||
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user