Fix installation of Emscripten SDK (#1322)

This commit is contained in:
Florian Rival
2019-12-16 09:01:00 +00:00
committed by GitHub
parent 6164c6fe02
commit 702c8a459d
3 changed files with 5 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ jobs:
- run:
name: Install Emscripten (for GDevelop.js)
command: git clone https://github.com/juj/emsdk.git && cd emsdk && ./emsdk install sdk-1.37.37-64bit && ./emsdk activate sdk-1.37.37-64bit && cd ..
command: git clone https://github.com/juj/emsdk.git && cd emsdk && ./emsdk install sdk-fastcomp-1.37.37-64bit && ./emsdk activate sdk-fastcomp-1.37.37-64bit && cd ..
- run:
name: Install Wine for Electron builder