Skip to content

Commit

Permalink
Merge pull request #37761 from y-yagi/fix_broken_github_actions
Browse files Browse the repository at this point in the history
Fix broken check on GitHub actions
  • Loading branch information
y-yagi committed Nov 21, 2019
2 parents ea303d0 + b120110 commit 7dbee78
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 7dbee78

Please sign in to comment.