You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run "bundle install", and cache the result automatically. Either true or false.
false
cache-save-always
Whether to save the cache even if the build fails.
true
cache-version
Arbitrary string that will be added to the cache key of the bundler cache. Set or change it if you need to invalidate the cache.
v0
cargo-cache
Strategy to use for caching build artifacts (either 'sccache', 'tarball', or 'false')
default
cargo-cache-clean
Clean the cargo cache with cargo cache --autoclean
true
cargo-cache-extra-path
Paths to cache for cargo and gem compilation
cargo-vendor
Vendor cargo dependencies to avoid repeated downloads
false
debug
Enable verbose debugging info (includes summary of action)
false
ruby-version
Engine and version to use, see the syntax in the README. Reads from .ruby-version or .tool-versions if unset. Can be set to 'none' to skip installing Ruby.