Skip to content

Commit f20c9a8

Browse files
committed
Pin Cygwin Ruby to 3.2.2-2
This is the only version available besides 3.4. This is really just for the build process and not the build itself. Using 3.4 for this is currently broken.
1 parent 4edf1fb commit f20c9a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
$url="https://cygwin.com/setup-x86_64.exe"
22
$dest="C:\setup-x86_64.exe"
33
Invoke-WebRequest -Uri $url -OutFile $dest
4-
cmd /c "C:\setup-x86_64.exe -s https://cygwin.osuosl.org -q -P ruby,ruby-devel,gcc-core,make,git,libyaml-devel"
4+
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"

0 commit comments

Comments
 (0)