Skip to content

Commit

Permalink
Split CI apt-get into per-package commands to see where it is failing
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Dec 15, 2021
1 parent ea04fd3 commit 18fadbb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
BUNDLE_GEMFILE: .ci.gemfile
steps:
- uses: actions/checkout@v2
- run: sudo apt-get -yqq install libpq-dev mysql-client libmysqlclient-dev
- run: sudo apt-get -yqq install libpq-dev
- run: sudo apt-get -yqq install mysql-client
- run: sudo apt-get -yqq install libmysqlclient-dev
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
Expand Down

0 comments on commit 18fadbb

Please sign in to comment.