Skip to content

v1.10.1 🌈 Avoid duplicate rye bootstrap

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Feb 16:57
· 104 commits to refs/heads/main since this release
2a1e535

Changes

🐛 Bug fixes

The previous implementation installed rye to a location outside of home. If the env var RYE_HOME is not set to that location rye can't find it and bootstraps itself to the user home. This action now sets RYE_HOME correctly.