natsuk4ze / gal

How to Save Image or Video to Photo Gallery in Flutter
https://pub.dev/packages/gal
BSD 3-Clause "New" or "Revised" License
83 stars 12 forks source link

Remove snapshot saving form avd cache in CI #191

Closed natsuk4ze closed 5 months ago

natsuk4ze commented 5 months ago

The cache limit for GitHub Actions is 10 GB, and storing an avd cache containing snapshots will exceed the limit. Storing cache beyond the limit may cause integrity issues, so the cache size should be reduced.