mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-04-10 19:15:13 +00:00
feat(build): install PipeWire development dependencies for ES-DE workflow
This commit is contained in:
parent
5707fc135b
commit
ee41f48349
5
.github/workflows/build_es-de.yml
vendored
5
.github/workflows/build_es-de.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue