From 48aad8ff4f2a84e3a5931b7f0af9b8e89ece9007 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 1 Feb 2025 11:02:23 -0500 Subject: [PATCH] Fully specify Qt version on the CI To workaround https://github.com/jurplel/install-qt-action/issues/269. --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0142045..655fb6c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ on: env: CMAKE_BUILD_PARALLEL_LEVEL: 2 MAKEFLAGS: '-j 2' - QT_VERSION: 6.8 # Keep in sync with CMakeLists.txt + QT_VERSION: 6.8.1 # Keep in sync with CMakeLists.txt KF_VERSION: v6.10.0 # Ditto KIRIGAMI_ADDONS_VERSION: v1.7.0 # Ditto x2 @@ -52,7 +52,7 @@ jobs: - name: Install Qt uses: jurplel/install-qt-action@v4 with: - version: "${{ env.QT_VERSION }}.*" + version: "${{ env.QT_VERSION }}" cache: true - name: Set reusable strings