update driver path

This commit is contained in:
lovasoa
2025-10-04 00:25:26 +02:00
parent 8b858015a8
commit 3bb75133ea
+1 -1
View File
@@ -58,7 +58,7 @@ jobs:
db_url: "mssql://root:Password123!@127.0.0.1/sqlpage"
- database: odbc
container: postgres
db_url: "Driver=psqlodbcw.so;Server=127.0.0.1;Port=5432;Database=sqlpage;UID=root;PWD=Password123!"
db_url: "Driver=/usr/lib/x86_64-linux-gnu/odbc;Server=127.0.0.1;Port=5432;Database=sqlpage;UID=root;PWD=Password123!"
setup_odbc: true
steps:
- uses: actions/checkout@v4