From 424cd4fc0e94eff8bd70b7d928000e4bda3213b0 Mon Sep 17 00:00:00 2001 From: stertooy <5571903+stertooy@users.noreply.github.com> Date: Mon, 16 Feb 2026 10:52:41 +0100 Subject: [PATCH] Supply multiple mirrors for Cygwin to download from --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 4ebf141..338ce5d 100644 --- a/action.yml +++ b/action.yml @@ -24,6 +24,9 @@ runs: packages: "${{ inputs.pkgs-to-install}},${{ inputs.extra-pkgs-to-install }}" add-to-path: false install-dir: C:\cygwin64 + site: | + http://mirrors.kernel.org/sourceware/cygwin/ + https://www.mirrorservice.org/sites/sourceware.org/pub/cygwin/ - name: "Add bash with correct options to PATH" shell: powershell