From b03bfdf2e6367d27aec056737945bbb89dfe4d32 Mon Sep 17 00:00:00 2001 From: Paul Dino Jones Date: Fri, 9 Jan 2026 17:03:18 -0500 Subject: [PATCH] Add libpulse dependency --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4377233..9cd7077 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: - name: Checkout submodules run: git submodule update --init --recursive - name: Install xmllint - run: sudo apt install -y libuv1-dev libargtable2-dev libserialport-dev libconfig-dev libhidapi-dev liblua5.4-dev libxdg-basedir-dev libxml2-dev + run: sudo apt install -y libuv1-dev libargtable2-dev libserialport-dev libconfig-dev libhidapi-dev liblua5.4-dev libxdg-basedir-dev libxml2-dev libpulse-dev - name: Set build dir id: strings shell: bash