mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-29 23:17: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:
|
||||
CMAKE_BUILD_PARALLEL_LEVEL: 2
|
||||
MAKEFLAGS: '-j 2'
|
||||
QT_VERSION: 6.8.1 # Keep in sync with CMakeLists.txt
|
||||
|
||||
jobs:
|
||||
reuse:
|
||||
|
@ -49,7 +50,7 @@ jobs:
|
|||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v4
|
||||
with:
|
||||
version: "6.6.*"
|
||||
version: "${{ env.QT_VERSION }}"
|
||||
cache: true
|
||||
modules: 'qthttpserver qtwebsockets'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue