mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-30 07:27:46 +00:00
Bump Qt version on the CI
This commit is contained in:
parent
3394d7756e
commit
ad80b4680f
1 changed files with 2 additions and 1 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -9,6 +9,7 @@ on:
|
||||||
env:
|
env:
|
||||||
CMAKE_BUILD_PARALLEL_LEVEL: 2
|
CMAKE_BUILD_PARALLEL_LEVEL: 2
|
||||||
MAKEFLAGS: '-j 2'
|
MAKEFLAGS: '-j 2'
|
||||||
|
QT_VERSION: 6.8.1 # Keep in sync with CMakeLists.txt
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
reuse:
|
reuse:
|
||||||
|
@ -49,7 +50,7 @@ jobs:
|
||||||
- name: Install Qt
|
- name: Install Qt
|
||||||
uses: jurplel/install-qt-action@v4
|
uses: jurplel/install-qt-action@v4
|
||||||
with:
|
with:
|
||||||
version: "6.6.*"
|
version: "${{ env.QT_VERSION }}"
|
||||||
cache: true
|
cache: true
|
||||||
modules: 'qthttpserver qtwebsockets'
|
modules: 'qthttpserver qtwebsockets'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue