Install a different set of dependencies.
This commit is contained in:
parent
e5b43e4388
commit
629c854bc3
|
@ -8,7 +8,9 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- rustup component add clippy rustfmt
|
- rustup component add clippy rustfmt
|
||||||
- apt-get update -qq
|
- apt-get update -qq
|
||||||
- apt-get install -qqy llvm-dev libclang-dev clang libspeechd-dev pkg-config libx11-dev libasound2-dev libudev-dev libopenal-dev libxcb-xfixes0-dev libwayland-dev libxkbcommon-dev libvulkan-dev
|
- apt-get install -qqy llvm-dev libclang-dev clang libspeechd-dev
|
||||||
|
pkg-config libx11-dev libasound2-dev libxcb-xfixes0-dev libwayland-dev
|
||||||
|
libxkbcommon-dev libvulkan-dev cmake
|
||||||
- cargo fmt --check
|
- cargo fmt --check
|
||||||
- cargo build --all
|
- cargo build --all
|
||||||
- cargo build --examples --all
|
- cargo build --examples --all
|
||||||
|
|
Loading…
Reference in New Issue
Block a user