We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd9b203 commit 665dbd4Copy full SHA for 665dbd4
.github/workflows/ci.yml
@@ -86,8 +86,8 @@ jobs:
86
if: ${{ matrix.name == 'i686-msvc-1' || matrix.name == 'i686-msvc-2' || matrix.name == 'dist-i686-msvc' }}
87
run: |
88
$vs = &"${env:ProgramFiles(x86)}\Microsoft Visual Studio\Installer\vswhere.exe" -latest -format value -property installationPath
89
- &$vs\Common7\Tools\Launch-VsDevShell.ps1 -HostArch Amd64 -Arch x86
90
- Enter-VsDevshell -VsInstallPath $vs -HostArch Amd64 -Arch x86 -DevCmdArguments "-winsdk=10.0.26100.0"
+ #&$vs\Common7\Tools\Launch-VsDevShell.ps1 -HostArch Amd64 -Arch x86
+ Enter-VsDevshell -VsInstallPath $vs -HostArch Amd64 -Arch x86 -DevCmdArguments "-winsdk=10.0.22621.0"
91
$new_env = ls env: | foreach { echo "$($_.key)=$($_.value)" }
92
$new_env >> $env:GITHUB_ENV
93
$env:PATH += ";c:/msys64/usr/bin"
0 commit comments