Skip to content

Commit

Permalink
ci(build): don't cache Gradle
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
validcube committed Aug 10, 2023
1 parent b77d46b commit 14f765f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
with:
java-version: '11'
distribution: 'zulu'
cache: 'gradle'
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
Expand Down

0 comments on commit 14f765f

Please sign in to comment.