mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
ci(build): don't cache Gradle
Gradle take up so much space in cache that it wouldn't make sense for us to cache it since we are rapidly hitting the cache limit every time.
This commit is contained in:
parent
b77d46b2c2
commit
14f765f4b4
1
.github/workflows/pr-build.yml
vendored
1
.github/workflows/pr-build.yml
vendored
@ -20,7 +20,6 @@ jobs:
|
||||
with:
|
||||
java-version: '11'
|
||||
distribution: 'zulu'
|
||||
cache: 'gradle'
|
||||
- name: Setup Flutter
|
||||
uses: subosito/flutter-action@v2
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user