enable registries by default (#62)

This commit is contained in:
Ian Butterworth
2024-01-04 16:39:29 -05:00
committed by GitHub
parent b430ec2989
commit fab7d6ae0a
2 changed files with 4 additions and 12 deletions

View File

@@ -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'