From 2a1e07e1ce9f5fafd30ee4e81e3e5de16e62a961 Mon Sep 17 00:00:00 2001 From: Dave Cramer Date: Mon, 6 May 2024 10:25:22 -0400 Subject: [PATCH] use installed version of postgresql to build against --- .github/workflows/configuration.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.5