Skip to content

Commit 6e569c2

Browse files
committed
fix(ci): update ODBC installation in workflow to include missing unixodbc-common package
1 parent f863bbd commit 6e569c2

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 odbcinst1debian2 odbc-postgresql libsqliteodbc
352+
sudo apt-get install -y unixodbc odbcinst unixodbc-common libodbcinst2 odbc-postgresql libsqliteodbc
353353
odbcinst -j
354354
- name: Configure system/user DSN for PostgreSQL
355355
run: |

0 commit comments

Comments
 (0)