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 0c736fc commit 1caf6c9Copy full SHA for 1caf6c9
.github/workflows/package-deb.yml
@@ -61,8 +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"
65
- 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 lftp pkg-config qtbase5-private-dev qtbase5-dev libqt5svg5-dev libglibmm-2.4-dev libglib2.0-dev libpipewire-0.3-dev
66
67
- name: Initialize project (PipeWire flavor)
68
run: qmake JDSP4Linux.pro "CONFIG += CI"
0 commit comments