From ab2de73285aae980838a724a19392c301851e0f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sat, 23 Oct 2021 09:42:21 +0200 Subject: [PATCH] Try dev/unstable --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7b15be57..1e369c18 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/dev/stable + sudo apt-add-repository http://archive.neon.kde.org/dev/unstable 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 \