From: Dave Cramer Date: Mon, 6 May 2024 14:25:22 +0000 (-0400) Subject: use installed version of postgresql to build against X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=2a1e07e1ce9f5fafd30ee4e81e3e5de16e62a961;p=psqlodbc.git use installed version of postgresql to build against --- diff --git a/.github/workflows/configuration.xml b/.github/workflows/configuration.xml index 760dc95..d807aa8 100644 --- a/.github/workflows/configuration.xml +++ b/.github/workflows/configuration.xml @@ -17,9 +17,9 @@ - d:\postgresql\include - d:\postgresql\lib - d:\postgresql\bin + c:\Program Files\PostgreSQL\16\include + c:\Program Files\PostgreSQL\16\lib + c:\Program Files\PostgreSQL\16\bin