Skip to content

Commit 3b2536f

Browse files
committed
ci: use default msvc value from aqtinstall
less trouble needing to update it when bumping Qt. 6.8 doesn't ship with 2019 anymore
1 parent bb4dcb7 commit 3b2536f

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
config:
3232
- qt_version: 6.9.3
3333
qt_modules: qtscxml qtremoteobjects
34-
qt_arch: win64_msvc2019_64
3534
macos_architectures: "x86_64;arm64"
3635
steps:
3736
- name: Install Dependencies on Linux
@@ -45,24 +44,13 @@ jobs:
4544
run: brew install bison
4645

4746
- name: Install Qt ${{ matrix.config.qt_version }} with options and default aqtversion (Linux/macOS)
48-
if: ${{ runner.os != 'Windows' }}
4947
uses: jurplel/install-qt-action@v4
5048
with:
5149
aqtversion: null # use whatever the default is
5250
modules: ${{ matrix.config.qt_modules }}
5351
version: ${{ matrix.config.qt_version }}
5452
cache: true
5553

56-
- name: Install Qt with options and default aqtversion (Windows)
57-
if: ${{ runner.os == 'Windows' }}
58-
uses: jurplel/install-qt-action@v4
59-
with:
60-
aqtversion: null # use whatever the default is
61-
modules: ${{ matrix.config.qt_modules }}
62-
version: ${{ matrix.config.qt_version }}
63-
arch: ${{ matrix.config.qt_arch }}
64-
cache: true
65-
6654
- name: Install ninja-build tool (must be after Qt due PATH changes)
6755
uses: turtlesec-no/get-ninja@main
6856

0 commit comments

Comments
 (0)