File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -649,7 +649,7 @@ function Fetch-Dependencies {
649
649
Write-Output " Extracting $PinnedToolchain ..."
650
650
New-Item - ItemType Directory - ErrorAction Ignore $BinaryCache \toolchains | Out-Null
651
651
# The new runtime MSI is built to expand files into the immediate directory. So, setup the installation location.
652
- New-Item - ItemType Directory - ErrorAction Ignore $BinaryCache \toolchains\$PinnedToolchain \LocalApp\Programs\Swift\Runtimes\5.10 . 1 \usr\bin | Out-Null
652
+ New-Item - ItemType Directory - ErrorAction Ignore $BinaryCache \toolchains\$PinnedToolchain \LocalApp\Programs\Swift\Runtimes\0.0 . 0 \usr\bin | Out-Null
653
653
Invoke-Program $BinaryCache \WiX- $WiXVersion \tools\net6.0 \any\wix.exe -- burn extract $BinaryCache \$PinnedToolchain.exe - out $BinaryCache \toolchains\ - outba $BinaryCache \toolchains\
654
654
Get-ChildItem " $BinaryCache \toolchains\WixAttachedContainer" - Filter " *.msi" | % {
655
655
$LogFile = [System.IO.Path ]::ChangeExtension($_.Name , " log" )
You can’t perform that action at this time.
0 commit comments