From 75fedd2222da4752713ce09fbaea04415a8c90c3 Mon Sep 17 00:00:00 2001 From: sysadmin Date: Sun, 15 Feb 2026 09:34:48 -0700 Subject: [PATCH] CI: switch to Qt6 --- .github/workflows/build.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 845183f..5f06458 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,11 +15,12 @@ jobs: with: submodules: recursive - - name: Cache Qt5 - uses: actions/cache@v4 + - name: Install Qt6 + uses: jurplel/install-qt-action@v4 with: - path: build/_deps - key: qt5-msvc2017-x64-${{ hashFiles('cmake/FindQt5.cmake') }} + version: '6.7.2' + modules: 'qtsvg' + cache: true - uses: ilammy/msvc-dev-cmd@v1 with: