Update ci.yml

This commit is contained in:
BagelSketches 2025-07-04 13:32:45 +10:00 committed by GitHub
parent 4e6aef0e54
commit 2b6c0ada90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,7 +62,7 @@ jobs:
${{ matrix.msys-env }}-clang-tools-extra ${{ matrix.msys-env }}-clang-tools-extra
${{ (matrix.config && format('{0}-qt6-base', matrix.msys-env)) || '' }} ${{ (matrix.config && format('{0}-qt6-base', matrix.msys-env)) || '' }}
- name: Install Qt - name: Install Qt
if: ${{ !!matrix.msvc && matrix.config }} if: ${{ matrix.os == 'windows-latest' && matrix.config }}
uses: jurplel/install-qt-action@v4 uses: jurplel/install-qt-action@v4
with: with:
cache: 'true' cache: 'true'