Skip to content

Commit

Permalink
Update flutter.yml
Browse files Browse the repository at this point in the history
fixed android
  • Loading branch information
Sivan22 authored Sep 5, 2024
1 parent 1e86d35 commit a7a9716
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:
with:
channel: stable
cache: true
- run: sudo apt update && apt install snapd
- run: sudo apt install openjdk-18-jdk
- run: sudo snap install android-studio --classic
- run: flutter doctor -v
- run: flutter pub get
- run: flutter build apk
Expand Down

0 comments on commit a7a9716

Please sign in to comment.