Skip to content

Commit

Permalink
Give bundler more time to install
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed Oct 22, 2019
1 parent 5e5ffca commit b6dadc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
run: |
sudo apt install -yqq libpq-dev
- name: Install bundle
timeout-minutes: 10
run: |
gem install bundler
bundle install --jobs 4 --retry 3
Expand Down

0 comments on commit b6dadc7

Please sign in to comment.