mirror of
https://github.com/actions/runner-images.git
synced 2025-12-28 04:38:53 +08:00
6 lines
260 B
PowerShell
6 lines
260 B
PowerShell
# Step to avoid initial delay for choco scripts.
|
|
# On calling the first choco command
|
|
# Chocolatey spends 2 minutes cleaning up and removing unneeded packages in the environment.
|
|
$ChocoVersion = choco --version
|
|
choco upgrade chocolatey --version=$ChocoVersion
|