1
Fork 0
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:
Joshua Goins 2025-04-29 00:24:19 -04:00
parent 3394d7756e
commit ad80b4680f

View file

@ -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'