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

Commit b6b2dd0

Browse files
committed
Install Postgres
1 parent c47034e commit b6b2dd0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ jobs:
1313
uses: actions/setup-ruby@v1
1414
with:
1515
ruby-version: 2.4.x
16+
- name: Install PostgreSQL
17+
run: |
18+
sudo apt-get update
19+
sudo apt-get install -y postgresql-client libpq-dev
1620
- name: Install dependencies
1721
run: |
1822
gem install bundler

0 commit comments

Comments
 (0)