Releases: BrianPugh/install-micropython
Releases · BrianPugh/install-micropython
v2.3.0
v2.2.0
v2.1.0
Features
- Add
${MPY_DIR}/mpy-cross/build/mpy-crossto the cache paths; some tools (somewhat) inappropriately hardcode this location for thempy-crossexecutable.
Full Changelog: v2.0.0...v2.1.0
v2.0.0
v1.0.6
What's Changed
- Fix/reference param issue by @brendancolevalley in #10
New Contributors
- @brendancolevalley made their first contribution in #10
Full Changelog: v1...v1.0.6
v1.0.5 - Speed Improvements
Features
- No longer cache the micropython repository folder. We have to clone it anyways, and I don't believe the build files are useful to anyone downstream. This shrinks the cache from ~140MB to ~400KB, substantially speeding up cache compression, downloads, and uploads.
v1.0.4 - More cache fixes
Bug Fixes
- Mitigates upstream caching issues described in actions/toolkit#1377, actions/toolkit#1376
- Shorted cache key while still maintaining uniqueness.
v1.0.3 - Move out of GITHUB_WORKSPACE
Bugfixes
- Moved the micropython repository folder out of GITHUB_WORKSPACE to not pollute the workspace.
v1.0.2 - Proper Packaging/Bundling
Bug Fixes
- This release should actually work; bundled all dependencies with
ncc
v1.0.1 - Fix caching
Bug Fixes
- Caching actually works now, significantly speeding up installation.