We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d17716 commit 2a1e07eCopy full SHA for 2a1e07e
.github/workflows/configuration.xml
@@ -17,9 +17,9 @@
17
</x86>
18
<x64>
19
<libpq version="y">
20
- <include>d:\postgresql\include</include>
21
- <lib>d:\postgresql\lib</lib>
22
- <bin>d:\postgresql\bin</bin>
+ <include>c:\Program Files\PostgreSQL\16\include</include>
+ <lib>c:\Program Files\PostgreSQL\16\lib</lib>
+ <bin>c:\Program Files\PostgreSQL\16\bin</bin>
23
</libpq>
24
<setvcvars>
25
</setvcvars>
0 commit comments