Install dev libs in CI
This commit is contained in:
parent
0eaffff422
commit
b4eb0df5a0
1 changed files with 6 additions and 0 deletions
|
|
@ -8,3 +8,9 @@ matrix:
|
|||
- rust: nightly
|
||||
fast_finish: true
|
||||
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…
Add table
Add a link
Reference in a new issue