From adb53eeb50916f95db7c9c4cf21803aa7da14444 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Mon, 9 Oct 2023 06:20:03 +0200 Subject: [PATCH] Try different alsa dep --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5393c0..f3c5e4d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: - name: Dependencies run: | sudo apt-get update - sudo apt-get install libgtk-4-dev libpango1.0-dev alsa-base + sudo apt-get install libgtk-4-dev libpango1.0-dev libasound2-dev - uses: actions/checkout@v2 - name: Stable run: cargo test