We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80a2cfc commit 8999ddeCopy full SHA for 8999dde
scripts/build-flutter_avif-android.sh
@@ -36,3 +36,8 @@ echo "building flutter_avif Android libs ... OK!"
36
37
ls -R "${AVIF_ANDROID_JNILIBS_DIR}"
38
find "${AVIF_ANDROID_JNILIBS_DIR}" -type f -name "*.so" -exec md5sum {} +
39
+
40
+# Reduce disk space usage, otherwise GitHub CI fails.
41
+echo "deleting build cache ..."
42
+find "${AVIF_ROOT}" -name target -delete
43
+echo "deleting build cache ... OK!"
0 commit comments