From a13466d3a593036359ba3b21af20d3abde6a870b Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Thu, 25 Apr 2024 18:20:38 -0400 Subject: [PATCH] Revert "Set to Qt 6.7.0" This reverts commit eccf4bb8a99a8047ee8de03d296a8a9ac53e64e2. --- .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 fc95f95..5fa239a 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.0" + version: "6.7.*" cache: true modules: 'qthttpserver qtwebsockets'