We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1caf6c9 commit 80bded0Copy full SHA for 80bded0
.github/workflows/package-deb.yml
@@ -61,7 +61,7 @@ jobs:
61
run: |
62
echo 'tzdata tzdata/Areas select Europe' | debconf-set-selections
63
echo 'tzdata tzdata/Zones/Europe select Paris' | debconf-set-selections
64
- DEBIAN_FRONTEND="noninteractive" apt install -y lftp pkg-config qtbase5-private-dev qtbase5-dev libqt5svg5-dev libglibmm-2.4-dev libglib2.0-dev libpipewire-0.3-dev
+ DEBIAN_FRONTEND="noninteractive" apt install -y make gcc g++ lftp pkg-config qtbase5-private-dev qtbase5-dev libqt5svg5-dev libglibmm-2.4-dev libglib2.0-dev libpipewire-0.3-dev
65
66
- name: Initialize project (PipeWire flavor)
67
run: qmake JDSP4Linux.pro "CONFIG += CI"
0 commit comments