Skip to content

Commit

Permalink
Changes action to use sys libs for nokogiri
Browse files Browse the repository at this point in the history
  • Loading branch information
boie0025 committed Dec 4, 2023
1 parent 9eb1b01 commit 5866566
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/codecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
env:
BUNDLE_NOKOGIRI___C: "--use-system-libraries"
with:
ruby-version: 2.7
bundler-cache: true
- run: bundle exec rubocop
- run: bundle exec rubocop
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
env:
BUNDLE_NOKOGIRI___C: "--use-system-libraries"
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
Expand Down

0 comments on commit 5866566

Please sign in to comment.