Updating workflow
Rust CI / build (pull_request) Failing after 2m55s

This commit is contained in:
2026-07-07 23:18:16 -04:00
parent 20c39de92e
commit 6ae6b48826
+3 -1
View File
@@ -42,7 +42,9 @@ jobs:
uses: Swatinem/rust-cache@v2 uses: Swatinem/rust-cache@v2
- name: Install libpq - 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 - name: Setup test database
env: env: