install libpipewire and libclang in CI
Some checks failed
Rust / build (pull_request) Failing after 1m33s
Some checks failed
Rust / build (pull_request) Failing after 1m33s
This commit is contained in:
parent
eb3c441f0b
commit
9eb51608ed
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
- name: Install rust toolchain
|
||||
run: sudo apt-get install -qy cargo-1.80 rust-1.80-clippy
|
||||
- name: Install system dependencies
|
||||
run: sudo apt-get install -qy liblzma-dev
|
||||
run: sudo apt-get install -qy liblzma-dev libpipewire-0.3 libclang-dev
|
||||
|
||||
- name: Run Clippy
|
||||
run: cargo clippy --all-targets --all-features
|
||||
|
|
Loading…
Reference in a new issue