We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a454ee6 commit d010368Copy full SHA for d010368
.github/workflows/test.yml
@@ -46,6 +46,6 @@ jobs:
46
ruby-version: ${{ matrix.ruby }}
47
bundler-cache: true # 'bundle install' and cache
48
- run: choco install gperf
49
- if: ${{ matrix.ruby == 'mswin' }}
+ if: ${{ matrix.ruby == 'mswin' || matrix.ruby == 'mingw' }}
50
- name: Run test
51
run: bundle exec rake compile test
0 commit comments