Skip to content

Commit

Permalink
chore: force to use MPA/Expand-Archive, might use different modules i…
Browse files Browse the repository at this point in the history
…n diff versions
  • Loading branch information
kmruiz committed Dec 4, 2023
1 parent c0c0853 commit 476acd6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .evergreen/InstallNode.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ $wc.DownloadFile($url, $node_zip)
Write-Output "$filename downloaded"
Write-Output "Time taken: $((Get-Date).Subtract($start_time).Seconds) second(s)"

Expand-Archive $node_zip -DestinationPath $PSScriptRoot
# https://github.com/PowerShell/Microsoft.PowerShell.Archive/issues/52
Microsoft.PowerShell.Archive\Expand-Archive $node_zip -DestinationPath $PSScriptRoot
Get-ChildItem -Path $PSScriptRoot

Set-Location -Path $node_dir
Expand Down

0 comments on commit 476acd6

Please sign in to comment.