From 784258114aecda7daacfa4fa8c13072e99f95678 Mon Sep 17 00:00:00 2001 From: Charlie Sharpsteen Date: Wed, 5 Aug 2026 09:41:04 -0400 Subject: [PATCH] Remove setup.ps1 Cygwin setup script The logic in this script has been integrated into the shared-actions repository by PR OpenVoxProject/shared-actions#125 and the updated workflow no longer calls down to `setup.ps1`. Signed-off-by: Charlie Sharpsteen --- setup.ps1 | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 setup.ps1 diff --git a/setup.ps1 b/setup.ps1 deleted file mode 100644 index 6ca75ea2..00000000 --- a/setup.ps1 +++ /dev/null @@ -1,4 +0,0 @@ -$url="https://cygwin.com/setup-x86_64.exe" -$dest="C:\setup-x86_64.exe" -Invoke-WebRequest -Uri $url -OutFile $dest -cmd /c "C:\setup-x86_64.exe -s https://cygwin.osuosl.org -q -P ruby=3.2.2-2,ruby-devel=3.2.2-2,gcc-core,make,git,libyaml-devel"