mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 08:46:18 +01:00
Fix missing sqlite3 dependency in ci image
This commit is contained in:
parent
8dead427a0
commit
be55ef8309
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ test:
|
|||
- triage
|
||||
image: "cirrusci/flutter:3.0.4"
|
||||
before_script:
|
||||
- apt-get update -qq && apt-get install -y -qq libsqlite3-dev
|
||||
- flutter pub global activate junitreport
|
||||
- export PATH="$PATH":"$HOME/.pub-cache/bin"
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue