Skip to content

Commit

Permalink
fix calling of build-emscripten.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Oct 3, 2023
1 parent 04690fb commit cd6274a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ fi

if [ ! -z "$EMSCRIPTEN_VERSION" ]; then
echo "Building with emscripten $EMSCRIPTEN_VERSION ..."
source ./emscripten/emsdk/emsdk_env.sh && USE_WASM=0 ./build-emscripten.sh
source ./emscripten/emsdk/emsdk_env.sh && USE_WASM=0 ./build-emscripten.sh .
source ./emscripten/emsdk/emsdk_env.sh && node scripts/test-javascript.js
fi

Expand Down

0 comments on commit cd6274a

Please sign in to comment.