From 0516e3f914f7eb01054e11a15fec5861f490957c Mon Sep 17 00:00:00 2001 From: Nova Date: Mon, 31 Mar 2025 01:09:57 +0330 Subject: [PATCH] update Qt and add QCharts --- .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 76b849e..646de5c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -73,16 +73,16 @@ jobs: matrix: include: - platform: windows-latest - qt_version: "6.8.2" + qt_version: "6.8.3" target: amd64 - platform: ubuntu-22.04 - qt_version: "6.8.2" + qt_version: "6.8.3" target: amd64 - platform: macos-latest - qt_version: "6.8.2" + qt_version: "6.8.3" target: x86_64 - platform: macos-latest - qt_version: "6.8.2" + qt_version: "6.8.3" target: arm64 fail-fast: false runs-on: ${{ matrix.platform }} @@ -107,6 +107,7 @@ jobs: with: version: ${{ matrix.qt_version }} setup-python: true + modules: qtcharts cache: true cache-key-prefix: QtCache-${{ matrix.platform }}-${{ matrix.target }} # ========================================================================================================= 编译与 Qt 无关的依赖