From 6fb757266ee8d2ed414f05fbbbd5de3495972ca0 Mon Sep 17 00:00:00 2001 From: Raph Levien Date: Thu, 18 May 2023 16:18:42 -0700 Subject: [PATCH] Add dependencies I wasn't sure the linux dependencies were needed just for a clippy check, but apparently so. --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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: