Releases: mymindstorm/setup-emsdk
Releases · mymindstorm/setup-emsdk
Version 14
Breaking Changes
The default cache key naming scheme was changed from {Emscripten version}-{OS type}-${CPU architecture}-master to {Github workflow name}-{Emscripten version}-{OS type}-${CPU architecture}. If actions-cache-folder is defined, ensure that there are no conflicts with other caches to prevent issues.
Changelog
Version 13
- Updated to Node 20
Version 12
Version 11
- Uses
emsdk updateinstead ofemsdk update-tags(#22 @kofigumbs) - Deprecates the
update-tagsconfiguration option in favor ofupdate.update-tagsnow acts as a fallback forupdate.
Version 10
The action now pulls emsdk from the main branch. No changes are needed, and caches will be rebuilt automatically.
Version 9
All file operations have been made platform-independent. This should improve Windows compatibility.
Version 8
Fixes paths with spaces becoming corrupted (#11)
Version 7
- Update @actions/core per CVE-2020-15228 and environment file syntax changes
- Change to using ncc for packaging
Version 6
- Fix emsdk not getting added to path. (#7 @kichikuou)
- Add info about caching generated system libraries (#6 @Algunenano)
Version 5
Have action manage cache itself and simplify caching config