Skip to content

Commit 1c2b04d

Browse files
committed
fix cache being ready only
1 parent 24679d4 commit 1c2b04d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
uses: gradle/actions/setup-gradle@v3
2424
with:
2525
gradle-home-cache-cleanup: true
26+
cache-read-only: ${{ endsWith(github.ref, '/dev') }}
2627

2728
- name: Validate Gradle Wrapper Integrity
2829
uses: gradle/wrapper-validation-action@v2

0 commit comments

Comments
 (0)