Skip to content

Commit

Permalink
log stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
rajsite committed Apr 25, 2024
1 parent 633f658 commit 3c84c60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions make-it/EmMakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 3c84c60

Please sign in to comment.