mirror of
https://github.com/gradle/actions.git
synced 2026-03-22 20:15:46 +08:00
Try without cache cleanup
This commit is contained in:
@@ -40,6 +40,7 @@ jobs:
|
||||
uses: ./setup-gradle
|
||||
with:
|
||||
cache-read-only: false # For testing, allow writing cache entries on non-default branches
|
||||
cache-cleanup: 'never'
|
||||
- name: Build with 3.1
|
||||
working-directory: .github/workflow-samples/cache-cleanup
|
||||
run: ./gradlew --no-daemon --build-cache -Dcommons_math3_version="3.1" build
|
||||
|
||||
Reference in New Issue
Block a user