window error

This commit is contained in:
dal 2025-05-07 08:37:11 -06:00
parent 771bc3b7d2
commit a24033fb63
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ jobs:
uses: Swatinem/rust-cache@v2
- name: Install libpq (macOS and Linux)
if: runner.os != 'Windows'
run: |
if [[ "${{ runner.os }}" == "macOS" ]]; then
brew install libpq