Skip to content

Commit 8bc0cf6

Browse files
author
gopi2401
committed
fix: enable Android licenses acceptance step in build workflow
1 parent 880c463 commit 8bc0cf6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,14 @@ jobs:
6868

6969
# ndk;19.2.5345600
7070

71-
# - name: Accept Android Licenses
72-
# run: yes | flutter doctor --android-licenses
71+
- name: Accept Android Licenses
72+
run: yes | flutter doctor --android-licenses
7373

7474
- name: Install dependencies
7575
run: flutter pub get
7676

7777
- run: flutter doctor -v
78+
- run: flutter analyze --seggestions
7879
# Create .env file for environment variables
7980
# - name: Create .env file
8081
# run: |

0 commit comments

Comments
 (0)