We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f77ca22 commit 4528d10Copy full SHA for 4528d10
1 file changed
README.md
@@ -27,9 +27,9 @@ To just cache emsdk:
27
uses: emscripten-core/setup-emsdk@v15
28
with:
29
# Make sure to set a version number!
30
- version: 1.38.40
+ version: 5.0.1
31
# Optional emsdk version (set if not the same as emscripten version)
32
- emsdk-version: 3.1.5
+ emsdk-version: 5.0.5
33
# This is the name of the cache folder.
34
# The cache folder will be placed in the build directory,
35
# so make sure it doesn't conflict with anything!
@@ -43,7 +43,7 @@ If you want to also cache system libraries generated during build time:
43
44
```yaml
45
env:
46
- EM_VERSION: 1.39.18
+ EM_VERSION: 5.0.1
47
EM_CACHE_FOLDER: 'emsdk-cache'
48
49
jobs:
0 commit comments