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