Skip to content

Commit 1caf6c9

Browse files
author
Tim Schneeberger
authored
Update package-deb.yml
1 parent 0c736fc commit 1caf6c9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/package-deb.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ jobs:
6161
run: |
6262
echo 'tzdata tzdata/Areas select Europe' | debconf-set-selections
6363
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
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
6665
6766
- name: Initialize project (PipeWire flavor)
6867
run: qmake JDSP4Linux.pro "CONFIG += CI"

0 commit comments

Comments
 (0)