Releases: moonrepo/setup-toolchain
Releases · moonrepo/setup-toolchain
v0.3.3
- If
moon
is configured in a root.prototools
, we'll no longer install the moon binary through
the action, and rely on proto to install it. This only applies ifauto-install
is true.
v0.3.2
- Auto-install will now run in the
workspace-root
if defined.
v0.3.1
- moon can be forced installed by setting
moon-version
, instead of relying on file detection.
v0.3.0
- Now includes the moon and proto versions in the cache key.
- Updated dependencies.
v0.2.1
- Support proto v0.24 changes.
v0.2.0
- Added a
cache
input to toggle caching of the toolchain. Defaults to true. - Added a
cache-base
input. When provided, will only save cache on this branch/ref, but will restore cache on all branches/refs.
v0.1.2
- Improve cache key checks.
- Reduce globbing calls.
v0.1.1
- Updated logging.
v0.1.0
Automatic compilation
v0.0.5
Automatic compilation