From e1814c5a51383a43b8f5686bf65aa87baa1dc5e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Wed, 20 Oct 2021 22:13:33 +0200 Subject: [PATCH] Try dev repo to see if fixes compilation when using poppler + qt5.15 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2fcd5c26..a320eb43 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -35,7 +35,7 @@ jobs: - 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/unstable + sudo apt-add-repository http://archive.neon.kde.org/dev 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 \