From e9dab3c84da437de37b0068fcc98a7b161cb9060 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Mon, 30 Mar 2020 12:00:28 +0200 Subject: [PATCH] Do not install docs for Bundler in CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de98947a7..d2d427851 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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