Install packages with root
This commit is contained in:
parent
d1be96002a
commit
60f67541ae
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ruby.yml
vendored
2
.github/workflows/ruby.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
ruby-version: 2.6.x
|
||||
- name: Build and test with Rake
|
||||
run: |
|
||||
apt-get install libsqlite3-dev
|
||||
sudo apt-get install libsqlite3-dev
|
||||
gem install bundler
|
||||
bundle install --jobs 4 --retry 3
|
||||
bundle exec rake
|
||||
|
|
Loading…
Reference in a new issue