mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-04-29 21:44:26 +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
|
channel: stable
|
||||||
cache: true
|
cache: true
|
||||||
|
|
||||||
|
- name: Cache Gradle
|
||||||
|
uses: burrunan/gradle-cache-action@v1
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user