Skip to content

Commit

Permalink
Install libsqlite3-dev
Browse files Browse the repository at this point in the history
This is probably needed for the CI to run correctly
  • Loading branch information
rolandgeider committed Dec 17, 2024
1 parent 764f0c2 commit 8377e7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8377e7a

Please sign in to comment.