From a26df33dfb9dc8cf37c4a6155ed37903814247fb Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 1 Feb 2025 10:59:02 -0500 Subject: [PATCH] Update install-qt-action action --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0c83b68..0142045 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -50,11 +50,10 @@ jobs: submodules: true - name: Install Qt - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v4 with: version: "${{ env.QT_VERSION }}.*" cache: true - modules: 'qtshadertools' - name: Set reusable strings id: strings