From 8c61a9993ea1023b7afa3c141139d7b4f7461636 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Wed, 24 Apr 2024 23:11:09 -0400 Subject: [PATCH] Set to Qt 6.7.0 6.7.1 breaks aqtinstall --- .github/workflows/cmake-multi-platform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index e86a453..5fe3dc8 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -41,7 +41,7 @@ jobs: - name: Install Qt uses: jurplel/install-qt-action@v3 with: - version: "6.7.*" + version: "6.7.0" cache: true modules: 'qthttpserver qtwebsockets'