From 35337633c39a179ecd4458151c3ec9985563dfce Mon Sep 17 00:00:00 2001 From: rankun Date: Thu, 20 Feb 2020 10:08:41 +0800 Subject: [PATCH] 1 --- .github/workflows/windows.yml | 2 +- ci/win/build_for_win.bat | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 9124a1a..d28297a 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -22,7 +22,7 @@ jobs: strategy: # 矩阵配置 matrix: - qt_ver: [5.12.6] + qt_ver: [5.12.7] qt_target: [desktop] # mingw用不了 # qt_arch: [win64_msvc2017_64, win32_msvc2017, win32_mingw53,win32_mingw73] diff --git a/ci/win/build_for_win.bat b/ci/win/build_for_win.bat index ce649c3..ed8f1d1 100644 --- a/ci/win/build_for_win.bat +++ b/ci/win/build_for_win.bat @@ -1,6 +1,7 @@ @echo off set vcvarsall="C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" -set qt_msvc_path="d:\a\QtScrcpy\Qt\5.12.6\" +:: github action不需要在脚本中设置path +:: set qt_msvc_path="d:\a\QtScrcpy\Qt\5.12.6\" set build_path_name="../build-win" :: 获取脚本绝对路径