From 9e41b5106db5ab6ba2b53de173482a134fdfa7a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Hauge=20Bj=C3=B8rnskov?= <19725+henrikbjorn@users.noreply.github.com> Date: Tue, 27 Feb 2024 12:30:48 +0100 Subject: [PATCH] asdas --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a590bbc..5f046e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,8 +16,6 @@ jobs: ruby-version: - 2.6 - 2.7 - env: - NOKOGIRI_USE_SYSTEM_LIBRARIES: true steps: - uses: actions/checkout@v4 @@ -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