Skip to content

Commit 81dae64

Browse files
authored
Enable cache
1 parent 810ce77 commit 81dae64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Gradle
1515
uses: gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
1616
with:
17-
cache-read-only: ${{ github.ref != 'refs/heads/main' }}
17+
cache-read-only: false
1818
- name: Configure Git User Details
1919
run: git config --global user.email "[email protected]" && git config --global user.name "Github Actions"
2020
- run: chmod +x ./gradlew

0 commit comments

Comments
 (0)