mirror of
https://github.com/NohamR/Reclass.git
synced 2026-05-10 19:59:21 +00:00
CI: fix Qt6 install - remove invalid module, pin aqtversion, use 6.8.1 LTS
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -18,9 +18,10 @@ jobs:
|
|||||||
- name: Install Qt6
|
- name: Install Qt6
|
||||||
uses: jurplel/install-qt-action@v4
|
uses: jurplel/install-qt-action@v4
|
||||||
with:
|
with:
|
||||||
version: '6.7.2'
|
version: '6.8.1'
|
||||||
modules: 'qtsvg'
|
arch: 'win64_msvc2022_64'
|
||||||
cache: true
|
cache: true
|
||||||
|
aqtversion: '==3.1.21'
|
||||||
|
|
||||||
- uses: ilammy/msvc-dev-cmd@v1
|
- uses: ilammy/msvc-dev-cmd@v1
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user