From 0308528d0c57c3f76628aa44e563e1d4c6e995e1 Mon Sep 17 00:00:00 2001 From: M66B Date: Tue, 1 Sep 2026 20:11:51 +0200 Subject: [PATCH] Attempt to fix reproducible builds --- .github/workflows/android.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index dd4e8a37dd..aad7b123b5 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -55,9 +55,9 @@ jobs: - name: Grant execute permission for gradlew run: chmod +x gradlew - name: Check with Lint - run: ./gradlew lintGithubRelease + run: ./gradlew --no-daemon --max-workers=1 --no-build-cache --no-configuration-cache lintGithubRelease - name: Build with Gradle - run: ./gradlew assembleGithubRelease assembleLargeRelease assemblePlayRelease + run: ./gradlew --no-daemon --max-workers=1 --no-build-cache --no-configuration-cache assembleGithubRelease assembleLargeRelease assemblePlayRelease #https://docs.github.com/en/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds #https://github.com/actions/attest-build-provenance - name: Generate artifact attestation