From e1b2450814b35a0e2e47463d159b8e628b4dfb06 Mon Sep 17 00:00:00 2001 From: nomadics9 Date: Sun, 15 Dec 2024 07:21:19 +0300 Subject: [PATCH] workflow --- .github/workflows/main.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1ecdb08..3ed541a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -84,13 +84,13 @@ jobs: distribution: temurin java-version: 18 - # - name: Cache Gradle dependencies - # uses: actions/cache@v3 - # with: - # path: ~/.gradle/caches - # key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }} - # restore-keys: | - # ${{ runner.os }}-gradle- + - name: Cache Gradle dependencies + uses: actions/cache@v3 + with: + path: ~/.gradle/caches + key: ${{ runner.os }}-gradle-java18-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }} + restore-keys: | + ${{ runner.os }}-gradle- # Step 9: Build the APK - name: Build APK