mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-11-22 11:02:30 +01:00
Install missing dependency
This commit is contained in:
parent
97c886700d
commit
913b375bf1
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -33,6 +33,7 @@ jobs:
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
sudo apt-get install libpq-dev
|
||||
gem install bundler
|
||||
bundle install --jobs 4 --retry 3
|
||||
bundle exec rake
|
||||
|
Loading…
Reference in New Issue
Block a user