Cache ffmpeg build (#115)

Speed up PR builds by caching the ffmpeg module build artifact
This commit is contained in:
damontecres 2025-10-30 14:32:07 -04:00 committed by GitHub
parent 3f7c2ac730
commit 4945bef008
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 32 additions and 15 deletions

View file

@ -244,7 +244,7 @@ dependencies {
debugImplementation(libs.androidx.compose.ui.tooling)
debugImplementation(libs.androidx.compose.ui.test.manifest)
coreLibraryDesugaring(libs.desugar.jdk.libs)
if (ffmpegModuleExists) {
if (ffmpegModuleExists || isCI) {
implementation(files("libs/lib-decoder-ffmpeg-release.aar"))
}
}