Skip to content

Commit

Permalink
Avoid using a precompiled nokogiri on head
Browse files Browse the repository at this point in the history
  • Loading branch information
ksss committed Nov 12, 2021
1 parent 4f21af3 commit 789ae30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -24,4 +24,7 @@ jobs:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bin/setup
# avoid using a precompiled nokogiri on head
- run: bundle config set force_ruby_platform true
if: ${{ matrix.ruby == 'head' }}
- run: bundle exec rake

0 comments on commit 789ae30

Please sign in to comment.