Skip to content

Commit 973344c

Browse files
committed
Apt changed the name of the sqlite package...
1 parent 9c87276 commit 973344c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npyodbc_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install sqlite
1818
run: |
1919
sudo apt update
20-
sudo apt install -y sqlite unixodbc-dev libsqliteodbc
20+
sudo apt install -y sqlite3 unixodbc-dev libsqliteodbc
2121
2222
- name: Install npyodbc
2323
run: |

0 commit comments

Comments
 (0)