We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5404b76 commit f22e68bCopy full SHA for f22e68b
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
build_installer:
21
permissions:
22
contents: write
23
- runs-on: windows-2019
+ runs-on: windows-2022
24
steps:
25
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26
- name: download packages
scripts/installer-build.bat
@@ -1,7 +1,13 @@
1
@echo on
2
SetLocal EnableDelayedExpansion
3
REM set msvc env
4
-CALL "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
+CALL "C:\Program Files (x86)\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
5
+
6
+echo INCLUDE=%INCLUDE%
7
+echo LIB=%LIB%
8
+echo PATH=%PATH%
9
10
+cl
11
12
REM set env path
13
set path=%path%;%~dp0..\package\qt-static-6.6.0\bin
0 commit comments