From 057955c9f335e27e27d3581d3a2e7154afc5a905 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 24 Jan 2023 16:27:02 +0900 Subject: [PATCH] choco install gperf for mswin --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3761929..233d08a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,5 +30,7 @@ jobs: with: ruby-version: ${{ matrix.ruby }} bundler-cache: true # 'bundle install' and cache + - run: choco install gperf + if: ${{ matrix.ruby == 'mswin' }} - name: Run test run: bundle exec rake compile test