Get appropriate rights before installing the package...

This commit is contained in:
Roland Geider
2024-12-17 11:49:23 +01:00
parent 8377e7a3ba
commit 2d6a2db73f

View File

@@ -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