mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-07 19:31:31 +11:00
Add dependencies
I wasn't sure the linux dependencies were needed just for a clippy check, but apparently so.
This commit is contained in:
parent
3774928b24
commit
6fb757266e
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -31,6 +31,8 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
- name: Install native dependencies
|
||||
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
|
||||
- run: cargo clippy --all-targets --workspace -- -D warnings
|
||||
|
||||
wasm:
|
||||
|
|
Loading…
Reference in a new issue