Skip to content

Commit 878fe15

Browse files
even more logging
1 parent 71bd0f1 commit 878fe15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test_windows.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function Update-SwiftBuildAndPackageArguments {
8787
Get-Content -Path $codeWorkspaceFilePath
8888
}
8989

90-
$env:Path.Split(';')
90+
[Environment]::GetEnvironmentVariables()
9191

9292
$swiftVersionOutput = & swift --version
9393
if ($LASTEXITCODE -ne 0) {

0 commit comments

Comments
 (0)