generated from PlexSheep/rs-base
chore: add system deps for ci
This commit is contained in:
parent
4a9eac6091
commit
b0c605452a
|
@ -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
|
||||
|
|
Reference in New Issue