mirror of
https://github.com/NohamR/Reclass.git
synced 2026-05-10 19:59:21 +00:00
CI: switch to Qt6
This commit is contained in:
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@@ -15,11 +15,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: Cache Qt5
|
- name: Install Qt6
|
||||||
uses: actions/cache@v4
|
uses: jurplel/install-qt-action@v4
|
||||||
with:
|
with:
|
||||||
path: build/_deps
|
version: '6.7.2'
|
||||||
key: qt5-msvc2017-x64-${{ hashFiles('cmake/FindQt5.cmake') }}
|
modules: 'qtsvg'
|
||||||
|
cache: true
|
||||||
|
|
||||||
- uses: ilammy/msvc-dev-cmd@v1
|
- uses: ilammy/msvc-dev-cmd@v1
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user