Skip to content

Commit 45c2a13

Browse files
committed
Install gperf for all windows builds
1 parent a454ee6 commit 45c2a13

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,10 @@ jobs:
4545
with:
4646
ruby-version: ${{ matrix.ruby }}
4747
bundler-cache: true # 'bundle install' and cache
48-
- run: choco install gperf
49-
if: ${{ matrix.ruby == 'mswin' }}
48+
- name: Install gperf for MinGW/UCRT builds
49+
uses: ruby/setup-ruby-pkgs@v1
50+
if: matrix.os == 'windows-latest'
51+
with:
52+
mingw: gperf
5053
- name: Run test
5154
run: bundle exec rake compile test

0 commit comments

Comments
 (0)