Skip to content

Commit

Permalink
windows build attempt to find libpq
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhantk232 committed Jan 2, 2024
1 parent 0759f0f commit 1d67a37
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/static_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ jobs:
steps:
- uses: actions/checkout@main
- uses: actions-rs/toolchain@v1
- name: find pq
run: |
dir "C:\Program Files\PostgreSQL\14"
dir "C:\Program Files\PostgreSQL\14\bin"
dir "C:\Program Files\PostgreSQL\14\lib"
- name: try LIB_PQ_DIR with cargo build
run: echo "LIB_PQ_DIR=C:\Program Files\PostgreSQL\14\lib" >> $GITHUB_ENV
- name: Run Build
id: build-windows
continue-on-error: false
Expand Down

0 comments on commit 1d67a37

Please sign in to comment.