Skip to content

Commit d010368

Browse files
committed
Install gperf for mingw as well
1 parent a454ee6 commit d010368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ jobs:
4646
ruby-version: ${{ matrix.ruby }}
4747
bundler-cache: true # 'bundle install' and cache
4848
- run: choco install gperf
49-
if: ${{ matrix.ruby == 'mswin' }}
49+
if: ${{ matrix.ruby == 'mswin' || matrix.ruby == 'mingw' }}
5050
- name: Run test
5151
run: bundle exec rake compile test

0 commit comments

Comments
 (0)