Add libpulse dependency

This commit is contained in:
Paul Dino Jones 2026-01-09 17:03:18 -05:00
parent 7b97ba16df
commit b03bfdf2e6
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ jobs:
- name: Checkout submodules - name: Checkout submodules
run: git submodule update --init --recursive run: git submodule update --init --recursive
- name: Install xmllint - 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 - name: Set build dir
id: strings id: strings
shell: bash shell: bash