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 ef69323 commit 5e8ba43Copy full SHA for 5e8ba43
.github/workflows/ci.yml
@@ -85,7 +85,7 @@ jobs:
85
shell: pwsh
86
if: ${{ matrix.name == 'i686-msvc-1' || matrix.name == 'i686-msvc-2' || matrix.name == 'dist-i686-msvc' }}
87
run: |
88
- echo ";c:/msys64/usr/bin" >> $env:GITHUB_PATH
+ echo "c:/msys64/usr/bin" >> $env:GITHUB_PATH
89
$vs = &"${env:ProgramFiles(x86)}\Microsoft Visual Studio\Installer\vswhere.exe" -latest -format value -property installationPath
90
&$vs\Common7\Tools\Launch-VsDevShell.ps1 -HostArch Amd64 -Arch x86
91
Enter-VsDevshell -VsInstallPath $vs -HostArch Amd64 -Arch x86 -DevCmdArguments "-winsdk=10.0.22621.0"
0 commit comments