mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
Get appropriate rights before installing the package...
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
- run: flutter --version
|
||||
|
||||
- name: Install sqlite3-dev
|
||||
run: apt install libsqlite3-dev
|
||||
run: sudo apt install libsqlite3-dev
|
||||
|
||||
- name: Install app dependencies
|
||||
run: flutter pub get
|
||||
|
||||
Reference in New Issue
Block a user