mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
CICD: Remove Workaround for Broken ubuntu 16.04 Repository.
ATTENTION: Only merge this when CICD starts working (will need a rebase to trigger a build). Signed-off-by: Michael Keller <github@ike.ch>
This commit is contained in:
parent
e2d3a12555
commit
d1db85005b
1 changed files with 1 additions and 2 deletions
|
@ -26,8 +26,7 @@ jobs:
|
||||||
|
|
||||||
apt-get update
|
apt-get update
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get install -y -q \
|
DEBIAN_FRONTEND=noninteractive apt-get install -y -q \
|
||||||
software-properties-common=0.96.20.10 \
|
software-properties-common
|
||||||
python3-software-properties=0.96.20.10
|
|
||||||
|
|
||||||
add-apt-repository -y ppa:savoury1/qt-5-15
|
add-apt-repository -y ppa:savoury1/qt-5-15
|
||||||
add-apt-repository -y ppa:savoury1/kde-5-80
|
add-apt-repository -y ppa:savoury1/kde-5-80
|
||||||
|
|
Loading…
Reference in a new issue