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
115 stars 18 forks source link

Remove snapshot saving form avd cache in CI #191

Closed natsuk4ze closed 10 months ago

natsuk4ze commented 10 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.