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 a84168c
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 %PGBIN%
dir "C:\Program Files\PostgreSQL\14\bin"
dir "C:/Program Files/PostgreSQL/pg96/lib"
- name: try LIB_PQ_DIR with cargo build
run: echo "LIB_PQ_DIR=C:\Program Files\PostgreSQL\pg96\lib" >> $GITHUB_ENV
- name: Run Build
id: build-windows
continue-on-error: false
Expand Down

0 comments on commit a84168c

Please sign in to comment.