Skip to content

Commit 5e58769

Browse files
committed
Update ci.yml
1 parent 09d597d commit 5e58769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
run: |
184184
$vs = &"${env:ProgramFiles(x86)}\Microsoft Visual Studio\Installer\vswhere.exe" -latest -format value -property installationPath
185185
&$vs\Common7\Tools\Launch-VsDevShell.ps1 -HostArch Amd64 -Arch x86
186-
Enter-VsDevshell -HostArch Amd64 -Arch x86 -DevCmdArguments "-winsdk 10.0.26100.0"
186+
Enter-VsDevshell -VsInstallPath $vs -HostArch Amd64 -Arch x86 -DevCmdArguments "-winsdk 10.0.26100.0"
187187
$new_env = ls env: | foreach { echo "$($_.key)=$($_.value)" }
188188
$new_env >> $env:GITHUB_ENV
189189
$env:PATH += ";c:/msys64/usr/bin"

0 commit comments

Comments
 (0)