From e8b78cf725db35aafeda9a9fd957b0dd83c55eb4 Mon Sep 17 00:00:00 2001 From: Alexander Kacheryants Date: Fri, 12 Jul 2024 06:31:51 +0300 Subject: [PATCH] ??? --- .gitea/workflows/test-make.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/test-make.yaml b/.gitea/workflows/test-make.yaml index 96e2428..1c927a7 100644 --- a/.gitea/workflows/test-make.yaml +++ b/.gitea/workflows/test-make.yaml @@ -67,6 +67,10 @@ jobs: bash -c 'yes || true' | sdkmanager --licenses shell: bash + - name: Remove gradle caches + run: rm -rf ~/.gradle/caches/ + shell: bash + # - name: Install Ionic # run: npm install -g @ionic/cli