File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,15 +67,15 @@ jobs:
6767 run : make check
6868` ` `
6969
70- ## Options
70+ ## Common Options
7171
7272` ` ` yaml
7373version :
74- description : ' Version to install'
75- default : ' latest'
74+ description : " Version emscripten to install"
75+ default : " latest"
7676emsdk-version :
77- description : ' The version of emsdk that gets downloaded instead of making it the same as version'
78- default : ' '
77+ description : " Version of emsdk to install (set if not the same as emscripten version) "
78+ default : " "
7979no-install :
8080 description : " If true will not download any version of Emscripten. emsdk will still be added to PATH."
8181 default : false
@@ -84,10 +84,10 @@ no-cache:
8484 default : false
8585actions-cache-folder :
8686 description : " Directory to cache emsdk in. This folder will go under $GITHUB_HOME (I.e. build dir) and be cached using @actions/cache."
87- default : ' '
87+ default : " "
8888update :
8989 description : " Fetch package information for all the new tools and SDK versions"
9090 default : false
9191` ` `
9292
93- See [action.yml](action.yml)
93+ See [action.yml](action.yml) for all options
You can’t perform that action at this time.
0 commit comments