install libpipewire and libclang in CI
Some checks failed
Rust / build (pull_request) Failing after 1m11s

This commit is contained in:
Vinzenz Schroeter 2025-02-13 18:38:07 +01:00
parent eb3c441f0b
commit f35ef145be

View file

@ -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
- name: Run Clippy
run: cargo clippy --all-targets --all-features