Install libsqlite3-dev

This is probably needed for the CI to run correctly
This commit is contained in:
Roland Geider
2024-12-17 11:44:46 +01:00
parent 764f0c2739
commit 8377e7a3ba

View File

@@ -25,6 +25,9 @@ jobs:
- run: dart --version
- run: flutter --version
- name: Install sqlite3-dev
run: apt install libsqlite3-dev
- name: Install app dependencies
run: flutter pub get