You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See emscripten-core/emsdk#1379 for context, there's been a change to filenames for some of the artifacts downloaded by emsdk, and somehow this started breaking stuff today.
The upstream recommendation is that for a given emscripten version, one should use the matching emsdk version, but this action always downloads the latest emsdk main branch:
This could be made configurable via a emsdk_version that could default to the same value as version, but could be overridden to e.g. main if someone knows they need latest emsdk regardless of the emscripten version they request.
The text was updated successfully, but these errors were encountered:
See emscripten-core/emsdk#1379 for context, there's been a change to filenames for some of the artifacts downloaded by emsdk, and somehow this started breaking stuff today.
The upstream recommendation is that for a given emscripten version, one should use the matching emsdk version, but this action always downloads the latest emsdk
main
branch:setup-emsdk/src/main.ts
Line 50 in 6ab9eb1
I would suggest changing this to follow the
version
config, so if e.g. requesting emscripten 3.1.39, it would download https://github.com/emscripten-core/emsdk/archive/3.1.39.zipThis could be made configurable via a
emsdk_version
that could default to the same value asversion
, but could be overridden to e.g.main
if someone knows they need latest emsdk regardless of the emscriptenversion
they request.The text was updated successfully, but these errors were encountered: