Update #251

Merged
phoenix merged 17 commits from update into main 2026-07-07 23:25:45 -04:00
Showing only changes of commit 6ae6b48826 - Show all commits
+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: