Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
Install Postgres client
Browse files Browse the repository at this point in the history
  • Loading branch information
tarebyte committed Sep 8, 2019
1 parent c47034e commit 67c91e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
uses: actions/setup-ruby@v1
with:
ruby-version: 2.4.x
- name: Install PostgreSQL
run: |
sudo apt-get update
sudo apt-get install -y postgresql-client libpq-dev
- name: Install dependencies
run: |
gem install bundler
Expand Down

0 comments on commit 67c91e1

Please sign in to comment.