Skip to content

Commit

Permalink
asdas
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikbjorn committed Feb 27, 2024
1 parent 5a0e25f commit 9e41b51
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
ruby-version:
- 2.6
- 2.7
env:
NOKOGIRI_USE_SYSTEM_LIBRARIES: true

steps:
- uses: actions/checkout@v4
Expand All @@ -32,8 +30,10 @@ jobs:
ruby-version: ${{ matrix.ruby-version }}
bundler: 1.17

- run: |
bundle config build.nokogiri "--with-xml2-include=/usr/include/libxml2/libxml --with-xml2-lib=/usr/lib64/ --with-xslt-include=/usr/include/libxslt --with-xslt-lib=/usr/lib64/"
- run: gem install nokogiri -v '1.6.1' -- --use-system-libraries

- run: bundle install
- run: bundle exec rake
# - run: |
# bundle config set force_ruby_platform true

# - run: bundle install
# - run: bundle exec rake

0 comments on commit 9e41b51

Please sign in to comment.