Skip to content

Releases: mymindstorm/setup-emsdk

Version 14

22 Jan 05:11
Compare
Choose a tag to compare

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

  • Add option to override cache key naming scheme (#20)
  • Add workflow name to cache key naming scheme (#20)
  • Updated dependencies to latest versions

Version 13

22 Nov 01:43
Compare
Choose a tag to compare
  • Updated to Node 20

Version 12

13 Jan 05:16
Compare
Choose a tag to compare
  • Updated to Node v16 (#28)
  • Resolved an issue that might cause the same cache to be pulled across multiple OSes (#30)

Version 11

21 Nov 18:24
29ba485
Compare
Choose a tag to compare
  • Uses emsdk update instead of emsdk update-tags (#22 @kofigumbs)
  • Deprecates the update-tags configuration option in favor of update. update-tags now acts as a fallback for update.

Version 10

26 May 22:48
ca0cef3
Compare
Choose a tag to compare

The action now pulls emsdk from the main branch. No changes are needed, and caches will be rebuilt automatically.

Version 9

01 May 01:44
c0f39b9
Compare
Choose a tag to compare

All file operations have been made platform-independent. This should improve Windows compatibility.

Version 8

01 Feb 02:36
d38289e
Compare
Choose a tag to compare

Fixes paths with spaces becoming corrupted (#11)

Version 7

01 Oct 21:10
ca33dc6
Compare
Choose a tag to compare
  • Update @actions/core per CVE-2020-15228 and environment file syntax changes
  • Change to using ncc for packaging

Version 6

12 Jul 01:49
2a4a91b
Compare
Choose a tag to compare

Version 5

23 May 21:53
Compare
Choose a tag to compare

Have action manage cache itself and simplify caching config