Skip to content

Commit a3a18c5

Browse files
authored
Debug failing windows tests (#1631)
1 parent 7d54def commit a3a18c5

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
@@ -17,7 +17,7 @@ function Update-SwiftBuildAndPackageArguments {
1717
[string]$jsonFilePath = "./assets/test/.vscode/settings.json",
1818
[string]$codeWorkspaceFilePath = "./assets/test.code-workspace",
1919
[string]$windowsSdkVersion = "10.0.22000.0",
20-
[string]$vcToolsVersion = "14.43.34808"
20+
[string]$vcToolsVersion = "14.44.35207"
2121
)
2222

2323
$windowsSdkRoot = "C:\Program Files (x86)\Windows Kits\10\"

0 commit comments

Comments
 (0)