mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-20 22:40:13 +08:00
update Qt and add QCharts
This commit is contained in:
parent
da9286fd8b
commit
0516e3f914
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@ -73,16 +73,16 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- platform: windows-latest
|
- platform: windows-latest
|
||||||
qt_version: "6.8.2"
|
qt_version: "6.8.3"
|
||||||
target: amd64
|
target: amd64
|
||||||
- platform: ubuntu-22.04
|
- platform: ubuntu-22.04
|
||||||
qt_version: "6.8.2"
|
qt_version: "6.8.3"
|
||||||
target: amd64
|
target: amd64
|
||||||
- platform: macos-latest
|
- platform: macos-latest
|
||||||
qt_version: "6.8.2"
|
qt_version: "6.8.3"
|
||||||
target: x86_64
|
target: x86_64
|
||||||
- platform: macos-latest
|
- platform: macos-latest
|
||||||
qt_version: "6.8.2"
|
qt_version: "6.8.3"
|
||||||
target: arm64
|
target: arm64
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ${{ matrix.platform }}
|
||||||
@ -107,6 +107,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
version: ${{ matrix.qt_version }}
|
version: ${{ matrix.qt_version }}
|
||||||
setup-python: true
|
setup-python: true
|
||||||
|
modules: qtcharts
|
||||||
cache: true
|
cache: true
|
||||||
cache-key-prefix: QtCache-${{ matrix.platform }}-${{ matrix.target }}
|
cache-key-prefix: QtCache-${{ matrix.platform }}-${{ matrix.target }}
|
||||||
# ========================================================================================================= 编译与 Qt 无关的依赖
|
# ========================================================================================================= 编译与 Qt 无关的依赖
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user