46fb663b2f10 — Vesa Norilo 2 years ago
wasm.yml: source emsdk in build stage as well
1 files changed, 1 insertions(+), 0 deletions(-)

M .builds/wasm.yml
M .builds/wasm.yml +1 -0
@@ 15,6 15,7 @@ tasks:
     cd build
     emcmake cmake ../kronos -DCMAKE_BUILD_TYPE=Release
 - build: |
+    . ./emsdk/emsdk_env.sh 
     cd build
     make -j8 kronos veneer
 triggers: