Skip to content

Commit 19fffca

Browse files
committed
Try installing mingw first
1 parent c1c2129 commit 19fffca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ruby.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ jobs:
2222
uses: ruby/setup-ruby@v1
2323
with:
2424
ruby-version: ${{ matrix.ruby }}
25+
- name: Install MingW on Windows
26+
if: ${{ matrix.os == 'windows-latest' }}
27+
uses: egor-tensin/setup-mingw@v2
28+
with:
29+
platform: x64
2530
- name: Build and test with rake
2631
run: |
2732
ruby -v

0 commit comments

Comments
 (0)