Skip to content

Commit

Permalink
Update packages before install
Browse files Browse the repository at this point in the history
  • Loading branch information
y-yagi committed Nov 21, 2019
1 parent ea303d0 commit b120110
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rubocop.yml
Expand Up @@ -14,6 +14,7 @@ jobs:
ruby-version: 2.6.x
- name: Install required package
run: |
sudo apt-get update
sudo apt-get install libmysqlclient-dev libpq-dev libsqlite3-dev libncurses5-dev
- name: Cache gems
uses: actions/cache@v1
Expand Down

0 comments on commit b120110

Please sign in to comment.