Skip to content

Commit 2d6a2db

Browse files
committed
Get appropriate rights before installing the package...
1 parent 8377e7a commit 2d6a2db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- run: flutter --version
2727

2828
- name: Install sqlite3-dev
29-
run: apt install libsqlite3-dev
29+
run: sudo apt install libsqlite3-dev
3030

3131
- name: Install app dependencies
3232
run: flutter pub get

0 commit comments

Comments
 (0)