@@ -42,7 +42,9 @@ jobs:
|
||||
uses: Swatinem/rust-cache@v2
|
||||
|
||||
- name: Install libpq
|
||||
run: sudo apt-get install -y libpq-dev postgresql-client
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y libpq-dev postgresql-client
|
||||
|
||||
- name: Setup test database
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user