From 4f8cb96931e6a0e66208648bc7c311cb3b138422 Mon Sep 17 00:00:00 2001 From: Tommy Nguyen <4123478+tido64@users.noreply.github.com> Date: Mon, 5 May 2025 14:26:52 +0200 Subject: [PATCH] ci(android): remove deprecated `gradle-home-cache-cleanup` option --- .github/actions/setup-toolchain/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/setup-toolchain/action.yml b/.github/actions/setup-toolchain/action.yml index b1c25432f..aa5bc143a 100644 --- a/.github/actions/setup-toolchain/action.yml +++ b/.github/actions/setup-toolchain/action.yml @@ -61,7 +61,6 @@ runs: gradle-home-cache-excludes: | caches jdks - gradle-home-cache-cleanup: true - name: Set up MSBuild if: ${{ inputs.platform == 'windows' }} uses: microsoft/setup-msbuild@v2