From a24033fb63ea6f6561d5554405fb41de4d1463a0 Mon Sep 17 00:00:00 2001 From: dal Date: Wed, 7 May 2025 08:37:11 -0600 Subject: [PATCH] window error --- .github/workflows/cli-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cli-release.yml b/.github/workflows/cli-release.yml index 6526914fd..748cd6296 100644 --- a/.github/workflows/cli-release.yml +++ b/.github/workflows/cli-release.yml @@ -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