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 09d597d commit 5e58769Copy full SHA for 5e58769
.github/workflows/ci.yml
@@ -183,7 +183,7 @@ jobs:
183
run: |
184
$vs = &"${env:ProgramFiles(x86)}\Microsoft Visual Studio\Installer\vswhere.exe" -latest -format value -property installationPath
185
&$vs\Common7\Tools\Launch-VsDevShell.ps1 -HostArch Amd64 -Arch x86
186
- Enter-VsDevshell -HostArch Amd64 -Arch x86 -DevCmdArguments "-winsdk 10.0.26100.0"
+ Enter-VsDevshell -VsInstallPath $vs -HostArch Amd64 -Arch x86 -DevCmdArguments "-winsdk 10.0.26100.0"
187
$new_env = ls env: | foreach { echo "$($_.key)=$($_.value)" }
188
$new_env >> $env:GITHUB_ENV
189
$env:PATH += ";c:/msys64/usr/bin"
0 commit comments