Skip to content

Commit 98b0df1

Browse files
Merge pull request #7452 from rubygems/deivid-rodriguez/setup-ruby-pkgs
Remove no longer necessary `ruby/setup-ruby-pkgs` action (cherry picked from commit 219e05b)
1 parent 4b8a87d commit 98b0df1

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/rubygems.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,6 @@ jobs:
4949
with:
5050
ruby-version: ${{ matrix.ruby.value }}
5151
bundler: none
52-
if: matrix.os.name != 'Windows'
53-
- name: Setup ruby (Windows)
54-
uses: ruby/setup-ruby-pkgs@c7f324bc4a9434f2ce3e55fa1cc19e41daecb231 # v1.33.1
55-
with:
56-
ruby-version: ${{ matrix.ruby.value }}
57-
bundler: none
58-
mingw: clang
59-
if: matrix.os.name == 'Windows'
6052
- name: Configure bindgen
6153
shell: pwsh
6254
run: |

0 commit comments

Comments
 (0)