diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73f87bd..ce103f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: