Skip to content

Commit

Permalink
Do not install docs for Bundler in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Mar 30, 2020
1 parent 3790ea6 commit e9dab3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
if: matrix.os == 'macos'

# Bundler 2 seems to fix installing rubygems-tasks on Ruby < 2.4
- run: gem install bundler
- run: gem install bundler --no-document
- run: bundle install
- run: bundle exec rake libffi
- run: bundle exec rake compile
Expand Down

0 comments on commit e9dab3c

Please sign in to comment.