Skip to content

Commit 4609f0d

Browse files
authored
Merge pull request swiftlang#70665 from compnerd/md
build: tweak the Windows build for clean builds
2 parents 548df69 + 5d1d2dd commit 4609f0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/build.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,7 @@ function Fetch-Dependencies {
409409

410410
if (-not (Test-Path $BinaryCache\WiX-$WiXVersion.zip)) {
411411
Write-Output "WiX not found. Downloading from nuget.org ..."
412+
New-Item -ItemType Directory -ErrorAction Ignore $BinaryCache | Out-Null
412413
if ($ToBatch) {
413414
Write-Output "curl.exe -sL $WiXURL -o $BinaryCache\WiX-$WiXVersion.zip"
414415
} else {

0 commit comments

Comments
 (0)