Skip to content

Commit ed9bf30

Browse files
Use a working setup-ruby action on Windows to get CI green
New packages with ucrt64 gcc chain were uploaded to https://github.com/ruby/setup-msys2-gcc/releases/tag/msys2-gcc-pkgs very recently and they seem to have broken extension compilation on Windows. Apparently recent GCC issues have led to a rewrite of the ruby/setup-ruby action on Windows, and the rewrite does have any issues and it's also dramatically faster. So switch to that for now to get our CI back to green.
1 parent 5685ef3 commit ed9bf30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/install-rubygems.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
steps:
119119
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
120120
- name: Setup ruby
121-
uses: ruby/setup-ruby@eaecf785f6a34567a6d97f686bbb7bccc1ac1e5c # v1.237.0
121+
uses: ntkme/setup-ruby@dev # TODO: Go back to ruby/setup-ruby once https://github.com/ruby/setup-ruby/pull/762 is released
122122
with:
123123
ruby-version: ${{ matrix.ruby.value }}
124124
bundler: none

0 commit comments

Comments
 (0)