Skip to content

Commit 03fb30b

Browse files
committed
Remove manual VCINSTALLDIR setting.
It should be handled automatically by `msvc-dev-cmd` now
1 parent 2525e87 commit 03fb30b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/win-ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ jobs:
7878
run: |
7979
$buildver = ((git describe --dirty) | Out-String).Trim()
8080
$buildver += "-qt" + "${{ matrix.cfg.qt_version }}"[0]
81-
$Env:VCINSTALLDIR = "C:\Program Files (x86)\Microsoft Visual Studio\2022\Enterprise\VC"
8281
cd "${Env:GITHUB_WORKSPACE}\dist"
8382
windeployqt qtextpad-win64\qtextpad.exe --release --no-opengl-sw --no-system-d3d-compiler
8483
copy -Path "${Env:GITHUB_WORKSPACE}\COPYING", `

0 commit comments

Comments
 (0)