From 698415237ded3cd57395b1d97f5beb4968f2c95f Mon Sep 17 00:00:00 2001 From: darken Date: Tue, 28 Apr 2026 10:31:00 +0200 Subject: [PATCH] chore(ci): Drop unused Android build-cache step --- .github/actions/common-setup/action.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/actions/common-setup/action.yml b/.github/actions/common-setup/action.yml index 64726e52..2de76f73 100644 --- a/.github/actions/common-setup/action.yml +++ b/.github/actions/common-setup/action.yml @@ -30,13 +30,4 @@ runs: ~/.gradle/caches key: ${{ runner.os }}-gradle-caches-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties', 'buildSrc/**/*.kt') }} restore-keys: | - ${{ runner.os }}-gradle-caches- - - - name: Cache Android Global Build-Cache - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 #v5.0.3 - with: - path: | - ~/.android/build-cache - key: ${{ runner.os }}-android-build-cache-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }} - restore-keys: | - ${{ runner.os }}-android-build-cache- \ No newline at end of file + ${{ runner.os }}-gradle-caches- \ No newline at end of file