install libpipewire, libdbus and libclang in CI

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

View file

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