mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 23:42:00 +01:00
Install libsqlite3-dev
This is probably needed for the CI to run correctly
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user