chore(CI): switch back to Qt 6.9.3 and add cache for install-qt-action

This commit is contained in:
2025-10-08 13:48:12 +08:00
parent 5446d94966
commit ef887d7a06
2 changed files with 6 additions and 3 deletions

View File

@ -12,8 +12,9 @@ jobs:
- name: Install Qt - name: Install Qt
uses: jurplel/install-qt-action@v4 uses: jurplel/install-qt-action@v4
with: with:
version: '6.10.0' version: '6.9.3'
modules: 'qtimageformats' modules: 'qtimageformats'
cache: true
- name: Install Conan and Dependencies - name: Install Conan and Dependencies
id: conan id: conan
working-directory: ./ working-directory: ./

View File

@ -8,7 +8,7 @@ jobs:
strategy: strategy:
matrix: matrix:
include: include:
- qt_ver: '6.10.0' - qt_ver: '6.9.3'
vs: '2022' vs: '2022'
aqt_arch: 'win64_msvc2022_64' aqt_arch: 'win64_msvc2022_64'
msvc_arch: 'x64' msvc_arch: 'x64'
@ -23,6 +23,7 @@ jobs:
arch: ${{ matrix.aqt_arch }} arch: ${{ matrix.aqt_arch }}
version: ${{ matrix.qt_ver }} version: ${{ matrix.qt_ver }}
modules: 'qtimageformats' modules: 'qtimageformats'
cache: true
- name: Build - name: Build
shell: cmd shell: cmd
run: | run: |
@ -44,7 +45,7 @@ jobs:
strategy: strategy:
matrix: matrix:
include: include:
- qt_ver: '6.10.0' - qt_ver: '6.9.3'
vs: '2022' vs: '2022'
aqt_arch: 'win64_msvc2022_64' aqt_arch: 'win64_msvc2022_64'
msvc_arch: 'x64' msvc_arch: 'x64'
@ -59,6 +60,7 @@ jobs:
arch: ${{ matrix.aqt_arch }} arch: ${{ matrix.aqt_arch }}
version: ${{ matrix.qt_ver }} version: ${{ matrix.qt_ver }}
modules: 'qtimageformats' modules: 'qtimageformats'
cache: true
- name: Build - name: Build
shell: cmd shell: cmd
run: | run: |