From 14f765f4b4fda3bf873863c0c943f843f3f6b1d3 Mon Sep 17 00:00:00 2001 From: Pun Butrach Date: Thu, 10 Aug 2023 19:12:15 +0700 Subject: [PATCH] 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. --- .github/workflows/pr-build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index 647ab294..0329d43e 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -20,7 +20,6 @@ jobs: with: java-version: '11' distribution: 'zulu' - cache: 'gradle' - name: Setup Flutter uses: subosito/flutter-action@v2 with: