step-security/Setup Emscripten toolchain
Download emsdk and optionally install a version of Emscripten
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version emscripten to install | — | latest |
| emsdk-version | Version of emsdk to install (set if not the same as emscripten version) | — | "" |
| no-install | If true will not download any version of Emscripten. emsdk will still be added to PATH. | — | false |
| no-cache | If true will not cache any downloads with tc.cacheDir. | — | false |
| actions-cache-folder | Directory to cache emsdk in. This folder will go under $GITHUB_HOME (I.e. build dir) and be cached using @actions/cache. | — | "" |
| cache-key | Override the cache key. By default, it is `{Github workflow name}-{Emscripten version}-{OS type}-${CPU architecture}`. | — | "" |
| update | Fetch package information for all the new tools and SDK versions | — | false |
| update-tags | Deprecated in favor of `update`. | — | false |
Outputs
no outputs