workflow
This commit is contained in:
parent
e1b2450814
commit
eadd50612e
1 changed files with 0 additions and 8 deletions
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
|
@ -84,14 +84,6 @@ jobs:
|
|||
distribution: temurin
|
||||
java-version: 18
|
||||
|
||||
- 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
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue