From 14061f1eb55b0c61eabe20133bf872311490478a Mon Sep 17 00:00:00 2001 From: Serein Pfeiffer Date: Wed, 27 Dec 2023 17:17:39 +0100 Subject: [PATCH] ci: Ensure that Qt 6.6.1 is used for the build. --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 33e88931..86ef1a60 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: - name: Install Qt uses: jurplel/install-qt-action@v2.14.0 with: - version: '6.2.2' + version: '6.6.1' host: 'linux' target: 'desktop' arch: 'gcc_64' @@ -59,7 +59,7 @@ jobs: - name: Install Qt uses: jurplel/install-qt-action@v2.14.0 with: - version: '6.2.2' + version: '6.6.1' host: 'windows' target: 'desktop' arch: 'win64_msvc2019_64' @@ -86,5 +86,5 @@ jobs: - name: Test run: | cd %GITHUB_WORKSPACE%\build - ctest --output-on-failure + ctest --output-on-failure shell: cmd