Skip to content

Commit d9ea5ff

Browse files
committed
ci: add cache-read-only parameter to Gradle setup step
Enable better control over cache modifications by adding the cache-read-only parameter.
1 parent 37d4af6 commit d9ea5ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717

1818
- name: Setup Gradle
1919
uses: gradle/actions/setup-gradle@v5
20+
with:
21+
cache-read-only: false
2022

2123
- name: Build (Check, Compile, Test)
2224
id: build

0 commit comments

Comments
 (0)