Skip to content

Commit 4f4c30c

Browse files
committed
odbc tests: install missing deps on ci
1 parent 4623233 commit 4f4c30c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sqlx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ jobs:
349349
- name: Install unixODBC and ODBC drivers (PostgreSQL, SQLite)
350350
run: |
351351
sudo apt-get update
352-
sudo apt-get install -y unixodbc odbcinst unixodbc-common libodbcinst2 odbc-postgresql libsqliteodbc
352+
sudo apt-get install -y unixodbc odbcinst unixodbc-common libodbcinst2 odbc-postgresql libsqliteodbc libodbc2 unixodbc-dev
353353
odbcinst -j
354354
- name: Configure system/user DSN for PostgreSQL
355355
run: |

0 commit comments

Comments
 (0)