try to get qt5.15 in ubuntu

This commit is contained in:
Luis Ángel San Martín 2021-10-20 19:25:53 +02:00
parent bac5cfe9c2
commit 820e876885

View File

@ -34,6 +34,8 @@ jobs:
steps:
- script: |
sudo add-apt-repository 'deb http://download.opensuse.org/repositories/home:/selmf/xUbuntu_18.04/ /'
wget -qO - 'http://archive.neon.kde.org/public.key' | sudo apt-key add -
sudo apt-add-repository http://archive.neon.kde.org/user
sudo apt-get update --allow-insecure-repositories
sudo apt-get install -y --allow-unauthenticated qt5-default qt5-qmake \
qtbase5-dev qtmultimedia5-dev libpoppler-qt5-dev \