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 f863bbd commit 6e569c2Copy full SHA for 6e569c2
.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 odbcinst1debian2 odbc-postgresql libsqliteodbc
+ sudo apt-get install -y unixodbc odbcinst unixodbc-common libodbcinst2 odbc-postgresql libsqliteodbc
353
odbcinst -j
354
- name: Configure system/user DSN for PostgreSQL
355
0 commit comments