Skip to content

Commit

Permalink
test: 调整qt版本,另外,根据aqt list-qt windows desktop --arch 5.14.2 命令查询结果,只支…
Browse files Browse the repository at this point in the history
…持以下架构的编译环境:win32_mingw73 win32_msvc2017 win64_mingw73 win64_msvc2015_64 win64_msvc2017_64 wasm_32
  • Loading branch information
kerneltravel committed Sep 21, 2023
1 parent eade95f commit 14f7f87
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ jobs:
strategy:
# 矩阵配置
matrix:
qt_ver: [5.14.0]
qt_ver: [5.14.2]
qt_target: [desktop]
qt_arch: [win64_msvc2019_64]
qt_arch: [win64_msvc2017_64]
# 额外设置msvc_arch
include:
- qt_arch: win64_msvc2019_64
- qt_arch: win64_msvc2017_64
msvc_arch: x64
qt_arch_install: msvc2019_64
qt_arch_install: msvc2017_64
env:
targetName: HelloActions-Qt.exe
# 步骤
Expand Down

0 comments on commit 14f7f87

Please sign in to comment.