Skip to content

Commit 2a1e07e

Browse files
committed
use installed version of postgresql to build against
1 parent 3d17716 commit 2a1e07e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/configuration.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
</x86>
1818
<x64>
1919
<libpq version="y">
20-
<include>d:\postgresql\include</include>
21-
<lib>d:\postgresql\lib</lib>
22-
<bin>d:\postgresql\bin</bin>
20+
<include>c:\Program Files\PostgreSQL\16\include</include>
21+
<lib>c:\Program Files\PostgreSQL\16\lib</lib>
22+
<bin>c:\Program Files\PostgreSQL\16\bin</bin>
2323
</libpq>
2424
<setvcvars>
2525
</setvcvars>

0 commit comments

Comments
 (0)