Skip to content

Commit

Permalink
use apt with sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
takano32 committed Dec 21, 2019
1 parent a6c1928 commit 1fd5d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
ruby-version: 2.6.x
- name: Build and test with Rake
run: |
apt install -y libpq-dev libsqlite3-dev
sudo apt install -y libpq-dev libsqlite3-dev
gem install bundler
bundle install --jobs 4 --retry 3
rails db:migrate RAILS_ENV=test
Expand Down

0 comments on commit 1fd5d65

Please sign in to comment.