We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2525e87 commit 03fb30bCopy full SHA for 03fb30b
.github/workflows/win-ci.yml
@@ -78,7 +78,6 @@ jobs:
78
run: |
79
$buildver = ((git describe --dirty) | Out-String).Trim()
80
$buildver += "-qt" + "${{ matrix.cfg.qt_version }}"[0]
81
- $Env:VCINSTALLDIR = "C:\Program Files (x86)\Microsoft Visual Studio\2022\Enterprise\VC"
82
cd "${Env:GITHUB_WORKSPACE}\dist"
83
windeployqt qtextpad-win64\qtextpad.exe --release --no-opengl-sw --no-system-d3d-compiler
84
copy -Path "${Env:GITHUB_WORKSPACE}\COPYING", `
0 commit comments