We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a454ee6 commit 45c2a13Copy full SHA for 45c2a13
.github/workflows/test.yml
@@ -45,7 +45,10 @@ jobs:
45
with:
46
ruby-version: ${{ matrix.ruby }}
47
bundler-cache: true # 'bundle install' and cache
48
- - run: choco install gperf
49
- if: ${{ matrix.ruby == 'mswin' }}
+ - name: Install gperf for MinGW/UCRT builds
+ uses: ruby/setup-ruby-pkgs@v1
50
+ if: matrix.os == 'windows-latest'
51
+ with:
52
+ mingw: gperf
53
- name: Run test
54
run: bundle exec rake compile test
0 commit comments