From ad80b4680f93568f31be2967234e5253ca62fc1e Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Tue, 29 Apr 2025 00:24:19 -0400 Subject: [PATCH] Bump Qt version on the CI --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c095663..bc5163e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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'