We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8377e7a commit 2d6a2dbCopy full SHA for 2d6a2db
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
- run: flutter --version
27
28
- name: Install sqlite3-dev
29
- run: apt install libsqlite3-dev
+ run: sudo apt install libsqlite3-dev
30
31
- name: Install app dependencies
32
run: flutter pub get
0 commit comments