chore: add system deps for ci
Some checks are pending
Rust CI / cargo CI (push) Waiting to run
Release-plz / Release-plz release (push) Waiting to run
Release-plz / Release-plz PR (push) Waiting to run

This commit is contained in:
Christoph J. Scherr 2024-10-16 20:35:03 +02:00
parent 4a9eac6091
commit b0c605452a

View file

@ -37,6 +37,8 @@ jobs:
echo '[registries.cscherr]' >> ~/.cargo/config.toml
echo 'index = "https://git.cscherr.de/PlexSheep/_cargo-index.git"' >> ~/.cargo/config.toml
cat ~/.cargo/config.toml
- name: install additional system dependencies
run: sudo apt-get install -y libasound2-dev libdbus-1-dev
- name: cargo clippy check
run: cargo clippy --all-features --all-targets --workspace
- name: cargo clippy fix