diff options
Diffstat (limited to 'action.yml')
-rw-r--r-- | action.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ runs: # WTF? Chocolatey versions past 1.1.0 don't work with --source=cygwin, # they simply don't install anything. # TODO: file a bug upstream. - & $choco install chocolatey --version 1.1.0 --allow-downgrade -y + & $choco install chocolatey --version 1.1.0 --allow-downgrade -y --no-progress $choco_params = @( 'upgrade', |