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