From 002fc0897c65a6082e5fe013363a9d0b47b8786d Mon Sep 17 00:00:00 2001 From: LucasGGamerM <71328265+LucasGGamerM@users.noreply.github.com> Date: Fri, 14 Apr 2023 14:16:08 -0300 Subject: [PATCH] chore: remove cache on workflow builds This is for maybe making it work again --- .github/workflows/nightly-builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly-builds.yml b/.github/workflows/nightly-builds.yml index 106e7b90f..ec60aefd0 100644 --- a/.github/workflows/nightly-builds.yml +++ b/.github/workflows/nightly-builds.yml @@ -16,7 +16,7 @@ jobs: with: java-version: '17' distribution: 'corretto' - cache: gradle +# cache: gradle - name: Get current date id: date