mirror of
https://github.com/julia-actions/cache.git
synced 2026-02-12 01:16:54 +08:00
enable registries by default (#62)
This commit is contained in:
@@ -25,8 +25,8 @@ inputs:
|
||||
description: Whether to cache the depot's `packages` directory.
|
||||
default: 'true'
|
||||
cache-registries:
|
||||
description: Whether to cache the depot's `registries` directory. This is off by default to ensure CI gets latest versions.
|
||||
default: 'false'
|
||||
description: Whether to cache the depot's `registries` directory.
|
||||
default: 'true'
|
||||
cache-compiled:
|
||||
description: Whether to cache the depot's `compiled` directory.
|
||||
default: 'true'
|
||||
|
||||
Reference in New Issue
Block a user