Skip to content

Commit fca9069

Browse files
committed
try to stop upgrade Chocolatey
1 parent e7a3c72 commit fca9069

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

action.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,6 @@ runs:
4848
4949
$choco = Locate-Choco
5050
51-
# WTF? Chocolatey versions past 1.1.0 don't work with --source=cygwin,
52-
# they simply don't install anything.
53-
# I made a bug: https://github.com/chocolatey/choco/issues/2953
54-
& $choco install chocolatey --version 1.1.0 --allow-downgrade -y --no-progress
55-
5651
$choco_params = @(
5752
'upgrade',
5853
'cygwin',

0 commit comments

Comments
 (0)