Skip to content

Commit

Permalink
Update flow: Update script configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
devnta committed Jan 25, 2024
1 parent b8304ba commit c0427b6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
force-avd-creation: true
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: false
target: google_apis
profile: pixel_3a
ram-size: 8096M
script: echo "Generated AVD snapshot for caching."
- run: flutter doctor -v
- run: flutter pub get
Expand Down

0 comments on commit c0427b6

Please sign in to comment.