Skip to content

Commit c5504e4

Browse files
committed
Revert "Temp disable cache?"
This reverts commit 5af801c. Signed-off-by: BT (calcastor/mame) <[email protected]>
1 parent 5af801c commit c5504e4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
# Configures gradle with caching
2727
- name: Setup Gradle
2828
uses: gradle/actions/setup-gradle@v4
29-
with:
30-
cache-disabled: true
3129
# Run "gradlew publish" for origin/dev and "gradlew build" for PRs or elsewhere
3230
- name: Execute Gradle ${{ (github.repository == 'PGMDev/PGM' && github.ref == 'refs/heads/dev') && 'Publish' || 'Build' }}
3331
run: ./gradlew ${{ (github.repository == 'PGMDev/PGM' && github.ref == 'refs/heads/dev') && 'publish' || 'build' }}

0 commit comments

Comments
 (0)