From 1e1d55b26dc65be01ae583b873760fb9b04f9d44 Mon Sep 17 00:00:00 2001 From: FranciscoPombal Date: Tue, 13 Jul 2021 01:45:01 +0100 Subject: [PATCH] CI: Use Qt 5.15.2 from third-party PPA on Linux --- .github/workflows/ci.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 60574f109..b600d5052 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -42,12 +42,12 @@ jobs: libboost-dev libboost-chrono-dev libboost-random-dev libboost-system-dev # sudo apt install libqt5svg5-dev qtbase5-dev qttools5-dev # the Qt version in the standard repositories is too old... - # this will be installed under /opt/qt514. CMake will still find it automatically without additional hints - # to speed up the process, only the required components are installed rather than the full qt514-meta-full metapackage - - name: install Qt 5.14.2 from an external PPA + # this will be installed under /opt/qt515. CMake will still find it automatically without additional hints + # to speed up the process, only the required components are installed rather than the full qt515-meta-full metapackage + - name: install Qt 5.15.2 from an external PPA run: | - sudo add-apt-repository ppa:beineri/opt-qt-5.14.2-focal - sudo apt install qt514base qt514svg qt514tools + sudo add-apt-repository ppa:beineri/opt-qt-5.15.2-focal + sudo apt install qt515base qt515svg qt515tools - name: install libtorrent from source run: |