diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 59896c2..19302f7 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -22,7 +22,7 @@ jobs: strategy: # 矩阵配置 matrix: - qt_ver: [5.12.5] + qt_ver: [5.12.7] qt_target: [desktop] # mingw用不了 # qt_arch: [win64_msvc2017_64, win32_msvc2017, win32_mingw53,win32_mingw73] @@ -39,12 +39,6 @@ jobs: targetName: QtScrcpy.exe # 步骤 steps: - - name: cacheQt - id: WindowsCacheQt - uses: actions/cache@v1 - with: - path: ../Qt/${{matrix.qt_ver}}/${{matrix.qt_arch_install}} - key: ${{ runner.os }}-Qt/${{matrix.qt_ver}}/${{matrix.qt_arch}} - name: setupQt if: steps.WindowsCacheQt.outputs.cache-hit == 'true' shell: pwsh diff --git a/ci/win/build_for_win.bat b/ci/win/build_for_win.bat index 8276526..dcd859e 100644 --- a/ci/win/build_for_win.bat +++ b/ci/win/build_for_win.bat @@ -1,6 +1,6 @@ @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.5\" +set qt_msvc_path="d:\a\QtScrcpy\Qt\5.12.7\" set build_path_name="../build-win" :: 获取脚本绝对路径