mirror of
https://github.com/gradle/actions.git
synced 2025-12-08 17:15:46 +08:00
Re-enable cache-cleanup on Windows
This commit is contained in:
@@ -7,7 +7,7 @@ on:
|
||||
type: string
|
||||
runner-os:
|
||||
type: string
|
||||
default: '["ubuntu-latest", "macos-latest"]' # Windows is not yet supported
|
||||
default: '["ubuntu-latest", "windows-latest", "macos-latest"]'
|
||||
download-dist:
|
||||
type: boolean
|
||||
default: false
|
||||
|
||||
Reference in New Issue
Block a user