Update Emscripten on CI to 2.0.5
`getentropy()` is available since Emscripten 2.0.5. See: https://github.com/emscripten-core/emscripten/pull/12240
This commit is contained in:
parent
4d40cdfe2b
commit
7b40eb71a9
1 changed files with 2 additions and 2 deletions
|
@ -20,5 +20,5 @@ exit 1
|
|||
|
||||
git clone https://github.com/emscripten-core/emsdk.git /emsdk-portable
|
||||
cd /emsdk-portable
|
||||
hide_output ./emsdk install 1.39.20
|
||||
./emsdk activate 1.39.20
|
||||
hide_output ./emsdk install 2.0.5
|
||||
./emsdk activate 2.0.5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue