Skip to content

Commit e4cb7dd

Browse files
committed
More GitHub action fixes.
1 parent 131955e commit e4cb7dd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/rust_checks.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
--health-timeout 5s
3232
--health-retries 5
3333
steps:
34+
- name: Install PostgreSQL client
35+
run: |
36+
apt-get update
37+
apt-get install --yes --no-install-recommends postgresql-client
3438
- name: Checkout
3539
uses: actions/checkout@v2
3640
- name: Make the DB reset script executable

0 commit comments

Comments
 (0)