Skip to content

Commit 8aa3f6a

Browse files
Merge pull request #8690 from rubygems/deivid-rodriguez/verify-setup-ruby-changes
Switch back to ntkme's fork for setup-ruby action
2 parents a861344 + 425150c commit 8aa3f6a

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/bundler.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,8 @@ jobs:
5959
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6060
# TODO:
6161
# * Go back to ruby/setup-ruby once https://github.com/ruby/setup-ruby/pull/762 is released
62-
# * Figure out regression in gcc packages, my fork is pinned to https://github.com/ntkme/setup-msys2-gcc/releases/tag/v20250509.003447 because newer releases break our tests for some reason
6362
- name: Setup ruby
64-
uses: deivid-rodriguez/setup-ruby@dev
63+
uses: ntkme/setup-ruby@dev
6564
with:
6665
ruby-version: ${{ matrix.ruby.value }}
6766
bundler: none

.github/workflows/install-rubygems.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,8 @@ jobs:
119119
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
120120
# TODO:
121121
# * Go back to ruby/setup-ruby once https://github.com/ruby/setup-ruby/pull/762 is released
122-
# * Figure out regression in gcc packages, my fork is pinned to https://github.com/ntkme/setup-msys2-gcc/releases/tag/v20250509.003447 because newer releases break our tests for some reason
123122
- name: Setup ruby
124-
uses: deivid-rodriguez/setup-ruby@dev
123+
uses: ntkme/setup-ruby@dev
125124
with:
126125
ruby-version: ${{ matrix.ruby.value }}
127126
bundler: none

0 commit comments

Comments
 (0)