feat(build): install PipeWire development dependencies for ES-DE workflow

This commit is contained in:
XargonWan 2025-04-04 11:31:14 +09:00
parent 5707fc135b
commit ee41f48349

View file

@ -81,6 +81,11 @@ jobs:
token: ${{ secrets.TRIGGER_BUILD_TOKEN }}
fetch-depth: 1
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y libpipewire-0.3-dev
- name: Build AppImage
run: |
chmod +x tools/create_AppImage_RetroDECK.sh