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:
|
||||
submodules: recursive
|
||||
|
||||
- name: Cache Qt5
|
||||
uses: actions/cache@v4
|
||||
- name: Install Qt6
|
||||
uses: jurplel/install-qt-action@v4
|
||||
with:
|
||||
path: build/_deps
|
||||
key: qt5-msvc2017-x64-${{ hashFiles('cmake/FindQt5.cmake') }}
|
||||
version: '6.7.2'
|
||||
modules: 'qtsvg'
|
||||
cache: true
|
||||
|
||||
- uses: ilammy/msvc-dev-cmd@v1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user