Skip to content

Commit

Permalink
perm update
Browse files Browse the repository at this point in the history
  • Loading branch information
rajsite committed Apr 25, 2024
1 parent b77c1a9 commit 3c23744
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ jobs:
emsdk/emsdk activate 2.0.23
# Build web
- run: . emsdk/emsdk_env.sh && sudo make vjs
- run: . emsdk/emsdk_env.sh && sudo make vjs BUILD=debug
- run: . emsdk/emsdk_env.sh && sudo make vjs BUILD=profile
- run: . emsdk/emsdk_env.sh && sudo make vjs BUILD=release TARGET=asmjs-unknown-emscripten
- run: sudo . emsdk/emsdk_env.sh && make vjs
- run: sudo . emsdk/emsdk_env.sh && make vjs BUILD=debug
- run: sudo . emsdk/emsdk_env.sh && make vjs BUILD=profile
- run: sudo . emsdk/emsdk_env.sh && make vjs BUILD=release TARGET=asmjs-unknown-emscripten
- run: npm pack
- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 3c23744

Please sign in to comment.