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
elishadiah committed Nov 12, 2021
1 parent ebbab5f commit 689284f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
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 689284f

Please sign in to comment.