mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Fix wasm artifacts (#1499)
* put back emscripten 3.1.19 * add create-tolk-release.yml * filter out master branch only
This commit is contained in:
parent
e7e57f8e6d
commit
7d9ef6e0bf
6 changed files with 927 additions and 2 deletions
|
@ -71,8 +71,8 @@ echo
|
|||
fi
|
||||
|
||||
cd emsdk
|
||||
./emsdk install 3.1.40
|
||||
./emsdk activate 3.1.40
|
||||
./emsdk install 3.1.19
|
||||
./emsdk activate 3.1.19
|
||||
EMSDK_DIR=`pwd`
|
||||
|
||||
. $EMSDK_DIR/emsdk_env.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue