From 515beec79168245dc73bc367f966842f26f1e9f7 Mon Sep 17 00:00:00 2001 From: James Sully Date: Mon, 12 Aug 2024 18:22:51 +1000 Subject: [PATCH] ci: install ALSA --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81e603f..cb4ed01 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,8 @@ jobs: - name: Git describe id: ghd uses: proudust/gh-describe@v2 + - run: | + DEBIAN_FRONTEND=noninteractive apt-get install alsa-base - uses: actions-rust-lang/setup-rust-toolchain@v1 - run: cargo build --release - name: Set up Python