From 385c5cd8d06ce34bd6caed88ae31cbc6cf3d2f5f Mon Sep 17 00:00:00 2001 From: Pierre Tellier Date: Sun, 6 Apr 2025 20:32:45 +0200 Subject: [PATCH] fix: added back the cache since the action ran once on the main branch --- .gitea/workflows/build-back.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitea/workflows/build-back.yaml b/.gitea/workflows/build-back.yaml index 2526e98..5eed28f 100644 --- a/.gitea/workflows/build-back.yaml +++ b/.gitea/workflows/build-back.yaml @@ -25,8 +25,6 @@ jobs: - name: Setup Gradle uses: gradle/actions/setup-gradle@v4 - with: - cache-disabled: true # Once the code has been pushed once in main, this should be reenabled. - name: init gradle working-directory: ./MyINPulse-back/