Replies: 1 comment 3 replies
-
Is this repeatable? Do you have an example workflow that you are using? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
On the Windows runners in Github Actions, there are a bunch of Packages installed already. Because of that it takes a long time for the first run of
choco
command.As evident from the debug log it spends around 2 minutes in
RemovePendingPackagesTask
:Is there an option to skip this step?
Beta Was this translation helpful? Give feedback.
All reactions