Skip to content

Commit 8b85801

Browse files
committed
Update PostgreSQL ODBC driver configuration in CI workflow
1 parent 95315f6 commit 8b85801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
db_url: "mssql://root:Password123!@127.0.0.1/sqlpage"
5959
- database: odbc
6060
container: postgres
61-
db_url: "Driver=/usr/lib64/psqlodbcw.so;Server=127.0.0.1;Port=5432;Database=sqlpage;UID=root;PWD=Password123!"
61+
db_url: "Driver=psqlodbcw.so;Server=127.0.0.1;Port=5432;Database=sqlpage;UID=root;PWD=Password123!"
6262
setup_odbc: true
6363
steps:
6464
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)