Pin emsdk version to the same one used in Circle CI (#165)

This commit is contained in:
Motin 2021-05-20 08:59:30 +03:00 committed by GitHub
parent 9dcf6ab665
commit 0f8f8e026a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,8 +30,8 @@ if [ "$EMSDK" == "" ]; then
fi
if [ "$EMSDK_UPDATE_REQUIRED" == "1" ]; then
cd emsdk
./emsdk install latest
./emsdk activate latest
./emsdk install 2.0.9
./emsdk activate 2.0.9
cd -
fi
source ./emsdk/emsdk_env.sh