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 60c03ca
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/static_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
args: --release --features=auth
args: >
--config 'target.x86_64-pc-windows-msvc.pq.rustc-link-search = "C:\\Program Files\\PostgreSQL\\14\\lib"'
--config 'target.x86_64-pc-windows-msvc.pq.rustc-link-lib = ["libpq"]'
--release
--features=auth
- name: run fastn
run: ./target/release/fastn.exe --version

0 comments on commit 60c03ca

Please sign in to comment.