mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-04-29 21:44:26 +02:00
ci: Cache Gradle on PR build
This commit is contained in:
parent
23dcbbecb2
commit
5127c7f599
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user