mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-22 17:26:21 +03:00
CI: Use Qt 5.15.2 from third-party PPA on Linux
This commit is contained in:
parent
925bf7715c
commit
1e1d55b26d
1 changed files with 5 additions and 5 deletions
10
.github/workflows/ci.yaml
vendored
10
.github/workflows/ci.yaml
vendored
|
@ -42,12 +42,12 @@ jobs:
|
||||||
libboost-dev libboost-chrono-dev libboost-random-dev libboost-system-dev
|
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...
|
# 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
|
# 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 qt514-meta-full metapackage
|
# to speed up the process, only the required components are installed rather than the full qt515-meta-full metapackage
|
||||||
- name: install Qt 5.14.2 from an external PPA
|
- name: install Qt 5.15.2 from an external PPA
|
||||||
run: |
|
run: |
|
||||||
sudo add-apt-repository ppa:beineri/opt-qt-5.14.2-focal
|
sudo add-apt-repository ppa:beineri/opt-qt-5.15.2-focal
|
||||||
sudo apt install qt514base qt514svg qt514tools
|
sudo apt install qt515base qt515svg qt515tools
|
||||||
|
|
||||||
- name: install libtorrent from source
|
- name: install libtorrent from source
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue