Install sqlite...maybe

This commit is contained in:
Andrew Tomaka 2019-08-27 22:56:58 -04:00 committed by GitHub
parent 7b9086c67d
commit d1be96002a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,7 @@ jobs:
ruby-version: 2.6.x ruby-version: 2.6.x
- name: Build and test with Rake - name: Build and test with Rake
run: | run: |
apt-get install libsqlite3-dev
gem install bundler gem install bundler
bundle install --jobs 4 --retry 3 bundle install --jobs 4 --retry 3
bundle exec rake bundle exec rake