From 2b6c0ada908b0ed91f2dfda8b36e70e532d73e68 Mon Sep 17 00:00:00 2001 From: BagelSketches <112355083+BagelSketches@users.noreply.github.com> Date: Fri, 4 Jul 2025 13:32:45 +1000 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 696d470f..151d976c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: ${{ matrix.msys-env }}-clang-tools-extra ${{ (matrix.config && format('{0}-qt6-base', matrix.msys-env)) || '' }} - name: Install Qt - if: ${{ !!matrix.msvc && matrix.config }} + if: ${{ matrix.os == 'windows-latest' && matrix.config }} uses: jurplel/install-qt-action@v4 with: cache: 'true'