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