Skip to content

Commit 5fb17c6

Browse files
committed
update driver path
1 parent 3bb7513 commit 5fb17c6

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:[email protected]/sqlpage"
5959
- database: odbc
6060
container: postgres
61-
db_url: "Driver=/usr/lib/x86_64-linux-gnu/odbc;Server=127.0.0.1;Port=5432;Database=sqlpage;UID=root;PWD=Password123!"
61+
db_url: "Driver=/usr/lib/x86_64-linux-gnu/odbc/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)