From c456f593ab5e899abb74fd25bd308526735df724 Mon Sep 17 00:00:00 2001 From: rjindael Date: Wed, 19 Jul 2023 15:17:36 -0700 Subject: [PATCH] perhaps fix installing qt --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d285257..80f621a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: - name: Install Qt uses: jurplel/install-qt-action@v3 with: - version: 6.5.* + version: 6.* cache: true - name: Generate Ninja build files