diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 712cc78e4..8c541e918 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,6 +59,7 @@ jobs: - run: | emsdk/emsdk install 2.0.23 emsdk/emsdk activate 2.0.23 + - run: . emsdk/emsdk_env.sh && echo $(which node) - run: . emsdk/emsdk_env.sh && sudo chmod +rx $(which node) - run: . emsdk/emsdk_env.sh && emcc -v && node --version diff --git a/make-it/EmMakefile b/make-it/EmMakefile index d9d2e443e..e31bdc4eb 100644 --- a/make-it/EmMakefile +++ b/make-it/EmMakefile @@ -182,6 +182,7 @@ $(OBJS): @$(MKDIR) -p $(OBJS) $(PREJS) $(POSTJS): $(CORESOURCEDIR)/vireo.wrapper.js + echo $(which node) node --version node splitVireoWrapper.js $(CORESOURCEDIR)/vireo.wrapper.js $(PREJS) $(POSTJS)