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 71bd0f1 commit 878fe15Copy full SHA for 878fe15
scripts/test_windows.ps1
@@ -87,7 +87,7 @@ function Update-SwiftBuildAndPackageArguments {
87
Get-Content -Path $codeWorkspaceFilePath
88
}
89
90
-$env:Path.Split(';')
+[Environment]::GetEnvironmentVariables()
91
92
$swiftVersionOutput = & swift --version
93
if ($LASTEXITCODE -ne 0) {
0 commit comments