Browse Source

GHA CI: Bump Qt version to 6.5.2

PR #19378.
adaptive-webui-19844
xavier2k6 1 year ago committed by GitHub
parent
commit
5b0706df65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .github/workflows/ci_macos.yaml
  2. 9
      .github/workflows/ci_ubuntu.yaml
  3. 2
      .github/workflows/ci_windows.yaml
  4. 2
      .github/workflows/coverity-scan.yaml

5
.github/workflows/ci_macos.yaml

@ -19,10 +19,7 @@ jobs: @@ -19,10 +19,7 @@ jobs:
matrix:
libt_version: ["2.0.9", "1.2.19"]
qbt_gui: ["GUI=ON", "GUI=OFF"]
qt_version: ["6.5.0"]
exclude:
- libt_version: "1.2.19"
qt_version: "6.5.0"
qt_version: ["6.5.2"]
env:
boost_path: "${{ github.workspace }}/../boost"

9
.github/workflows/ci_ubuntu.yaml

@ -20,10 +20,7 @@ jobs: @@ -20,10 +20,7 @@ jobs:
matrix:
libt_version: ["2.0.9", "1.2.19"]
qbt_gui: ["GUI=ON", "GUI=OFF"]
qt_version: ["6.2.0"]
exclude:
- libt_version: "1.2.19"
qt_version: "6.2.0"
qt_version: ["6.5.2"]
steps:
- name: Checkout repository
@ -34,7 +31,7 @@ jobs: @@ -34,7 +31,7 @@ jobs:
sudo apt update
sudo apt install \
build-essential cmake ninja-build pkg-config \
libboost-dev libssl-dev libxkbcommon-x11-dev zlib1g-dev
libboost-dev libssl-dev libxkbcommon-x11-dev libxcb-cursor-dev zlib1g-dev
- name: Setup ccache
uses: Chocobo1/setup-ccache-action@v1
@ -47,7 +44,7 @@ jobs: @@ -47,7 +44,7 @@ jobs:
uses: jurplel/install-qt-action@v3
with:
version: ${{ matrix.qt_version }}
archives: icu qtbase qtsvg qttools
archives: icu qtbase qtdeclarative qtsvg qttools
- name: Install libtorrent
run: |

2
.github/workflows/ci_windows.yaml

@ -79,7 +79,7 @@ jobs: @@ -79,7 +79,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
version: "6.5.0"
version: "6.5.2"
archives: qtbase qtsvg qttools
- name: Install libtorrent

2
.github/workflows/coverity-scan.yaml

@ -26,7 +26,7 @@ jobs: @@ -26,7 +26,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
version: "6.5.0"
version: "6.5.2"
archives: icu qtbase qtsvg qttools
- name: Install libtorrent

Loading…
Cancel
Save