workflow
This commit is contained in:
parent
5f82faf1a3
commit
e1b2450814
1 changed files with 7 additions and 7 deletions
14
.github/workflows/main.yml
vendored
14
.github/workflows/main.yml
vendored
|
@ -84,13 +84,13 @@ jobs:
|
||||||
distribution: temurin
|
distribution: temurin
|
||||||
java-version: 18
|
java-version: 18
|
||||||
|
|
||||||
# - name: Cache Gradle dependencies
|
- name: Cache Gradle dependencies
|
||||||
# uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
# with:
|
with:
|
||||||
# path: ~/.gradle/caches
|
path: ~/.gradle/caches
|
||||||
# key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
|
key: ${{ runner.os }}-gradle-java18-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
|
||||||
# restore-keys: |
|
restore-keys: |
|
||||||
# ${{ runner.os }}-gradle-
|
${{ runner.os }}-gradle-
|
||||||
|
|
||||||
# Step 9: Build the APK
|
# Step 9: Build the APK
|
||||||
- name: Build APK
|
- name: Build APK
|
||||||
|
|
Loading…
Reference in a new issue