Skip to content

Commit

Permalink
Build nokogiri against system libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
hennevogel committed Mar 25, 2024
1 parent 0f8efb3 commit a2eb65f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: Test Suite
env:
BUNDLE_BUILD__NOKOGIRI: "--use-system-libraries"

on:
push:
Expand All @@ -12,6 +14,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install libxml dependencies
run: |
sudo apt-get update
sudo apt-get install libxslt1-dev
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ GEM
prime (0.1.2)
forwardable
singleton
psych (5.1.1.1)
psych (5.1.2)
stringio
public_suffix (5.0.3)
puma (6.4.2)
Expand Down
Binary file removed vendor/cache/psych-5.1.1.1.gem
Binary file not shown.
Binary file added vendor/cache/psych-5.1.2.gem
Binary file not shown.

0 comments on commit a2eb65f

Please sign in to comment.