mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-04-29 13:34:25 +02:00
Add Gradle caching to release workflow
This commit is contained in:
parent
88ac8148d5
commit
91a7b46293
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -39,6 +39,9 @@ jobs:
|
||||
channel: stable
|
||||
cache: true
|
||||
|
||||
- name: Cache Gradle
|
||||
uses: burrunan/gradle-cache-action@v1
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user