diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 233929a..c48d5b6 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -30,7 +30,10 @@ jobs: uses: actions/checkout@v4 - name: Setup build environment if: matrix.action != 'fmt' - run: rustup show + run: | + rustup show + sudo apt-get update + sudo apt-get install libasound2-dev - uses: Swatinem/rust-cache@v2 if: matrix.action != 'fmt' with: