Hiroshi SHIBATA 2026-08-28 01:37:11 +0000 (Fri, 28 Aug 2026)
New Revision: e675ccc096
https://github.com/ruby/ruby/commit/e675ccc096
Log:
Install MSYS2 perl on the MinGW runner
MSYS2 dropped perl from its base install and the windows-2022 runner
image picked that up in 20260818.277.1, so autogen.sh now dies with
`/usr/bin/perl: bad interpreter`. master and ruby_4_0 set up their own
MSYS2 with autoconf, which pulls perl in as a dependency, so only the
branches that reuse the image MSYS2 need this.
https://github.com/actions/runner-images/issues/14562
Co-Authored-By: Claude Opus 5 <
nor...@anthropic.com>
Modified files:
.github/workflows/mingw.yml