Skip to content

Commit 36a71b6

Browse files
committed
ci: fix: build script
1 parent 43ca5fe commit 36a71b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/push_ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ jobs:
8080
echo 'org.gradle.vfs.watch=true' >> gradle.properties
8181
echo 'qauxv.override.ninja.path=/usr/bin/ninja' >> local.properties
8282
sed -i 's/org.gradle.configuration-cache=true//g' gradle.properties
83-
echo 'buildCache { local { removeUnusedEntriesAfterDays = 1 } }' >> settings.gradle.kts
83+
# TODO: 2025-08-20 find an alternative to removeUnusedEntriesAfterDays = 1 for Gradle 9.0+
84+
# echo 'buildCache { local { removeUnusedEntriesAfterDays = 1 } }' >> settings.gradle.kts
8485
echo ${{ secrets.SIGN_KEYSTORE_BASE64 }} | base64 -d > keystore.jks
8586
./gradlew :app:synthesizeDistReleaseApksCI :app:extractReleaseNativeDebugMetadata
8687
ccache -s

0 commit comments

Comments
 (0)