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