We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4623233 commit 4f4c30cCopy full SHA for 4f4c30c
.github/workflows/sqlx.yml
@@ -349,7 +349,7 @@ jobs:
349
- name: Install unixODBC and ODBC drivers (PostgreSQL, SQLite)
350
run: |
351
sudo apt-get update
352
- sudo apt-get install -y unixodbc odbcinst unixodbc-common libodbcinst2 odbc-postgresql libsqliteodbc
+ sudo apt-get install -y unixodbc odbcinst unixodbc-common libodbcinst2 odbc-postgresql libsqliteodbc libodbc2 unixodbc-dev
353
odbcinst -j
354
- name: Configure system/user DSN for PostgreSQL
355
0 commit comments