Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/actions/presuite.rb
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ def verify_facter_standalone_exits_0
# `documentation` group contains ronn and hpricot
# both gems are ancient, dead upstream, don't compile on modern rubies
# and are only required for building manpages
run('bundle install --without development:documentation')
run('bundle config set --local without "development documentation"')
run('bundle install')
run('bundle exec facter')
end
end
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/acceptance_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
- windows-2022
- ubuntu-22.04
- ubuntu-24.04
- macos-13
fail-fast: false
runs-on: ${{ matrix.os }}
env:
Expand Down