mirror of
https://github.com/lone-cloud/prism
synced 2026-06-03 08:43:10 -07:00
faster android ci
This commit is contained in:
parent
b2cae883a2
commit
536bf5d21f
1 changed files with 4 additions and 1 deletions
5
.github/workflows/android-ci.yml
vendored
5
.github/workflows/android-ci.yml
vendored
|
|
@ -24,6 +24,9 @@ jobs:
|
|||
distribution: 'temurin'
|
||||
java-version: '17'
|
||||
|
||||
- name: Setup Gradle
|
||||
uses: gradle/actions/setup-gradle@v4
|
||||
|
||||
- name: Verify lockfile is up-to-date
|
||||
run: |
|
||||
cd android
|
||||
|
|
@ -49,4 +52,4 @@ jobs:
|
|||
KEY_PASSWORD: ${{ secrets.KEY_PASSWORD }}
|
||||
run: |
|
||||
cd android
|
||||
./gradlew assembleRelease
|
||||
./gradlew assembleRelease --build-cache --configuration-cache
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue