Skip to content

Commit

Permalink
Fixed failing setup for docs CI
Browse files Browse the repository at this point in the history
The augeas Ruby gem 0.5.0 from rubygems.org is not compatible with Ruby 3.3
but the preinstalled RPM package is patched in OBS.
Confugure the bundler to use the system gems.

Copied from fac8bb6 by lslezak
  • Loading branch information
mvidner committed Sep 30, 2024
1 parent 714bd65 commit 6a05cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-doc-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
env:
NOKOGIRI_USE_SYSTEM_LIBRARIES: 1
run: |
bundle config set --local path 'vendor/bundle'
bundle config set --local disable_shared_gems 0
bundle install
working-directory: ./service

Expand Down

0 comments on commit 6a05cf1

Please sign in to comment.