Skip to content

Commit 5e8ba43

Browse files
committed
Update ci.yml
1 parent ef69323 commit 5e8ba43

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
@@ -85,7 +85,7 @@ jobs:
8585
shell: pwsh
8686
if: ${{ matrix.name == 'i686-msvc-1' || matrix.name == 'i686-msvc-2' || matrix.name == 'dist-i686-msvc' }}
8787
run: |
88-
echo ";c:/msys64/usr/bin" >> $env:GITHUB_PATH
88+
echo "c:/msys64/usr/bin" >> $env:GITHUB_PATH
8989
$vs = &"${env:ProgramFiles(x86)}\Microsoft Visual Studio\Installer\vswhere.exe" -latest -format value -property installationPath
9090
&$vs\Common7\Tools\Launch-VsDevShell.ps1 -HostArch Amd64 -Arch x86
9191
Enter-VsDevshell -VsInstallPath $vs -HostArch Amd64 -Arch x86 -DevCmdArguments "-winsdk=10.0.22621.0"

0 commit comments

Comments
 (0)