From d2c752bab416d4b0662591bd366fc2686297c82d Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 2 Jan 2023 03:20:24 +0100 Subject: mention the choco bug in action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index eae1861..439fb69 100644 --- a/action.yml +++ b/action.yml @@ -50,7 +50,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. + # I made a bug: https://github.com/chocolatey/choco/issues/2953 & $choco install chocolatey --version 1.1.0 --allow-downgrade -y --no-progress $choco_params = @( -- cgit v1.2.3