mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-17 22:46:27 +08:00
ci: Cache Gradle on PR build
This commit is contained in:
7
.github/workflows/build_pull_request.yml
vendored
7
.github/workflows/build_pull_request.yml
vendored
@ -40,7 +40,12 @@ jobs:
|
||||
with:
|
||||
channel: stable
|
||||
cache: true
|
||||
|
||||
|
||||
- name: Cache Gradle
|
||||
uses: burrunan/gradle-cache-action@v1
|
||||
with:
|
||||
build-root-directory: ${{ github.workspace }}/android
|
||||
|
||||
- name: Get dependencies
|
||||
run: flutter pub get
|
||||
|
||||
|
Reference in New Issue
Block a user