Skip to content

Commit

Permalink
check web asm
Browse files Browse the repository at this point in the history
  • Loading branch information
BaseMax committed Jan 13, 2025
1 parent c6e4387 commit f2f0e1a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/web-assembly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
cd emsdk
./emsdk install latest
./emsdk activate latest
chmod +x emsdk_env.sh
source emsdk_env.sh
- name: Install Node.js and npx
run: |
sudo DEBIAN_FRONTEND=noninteractive apt-get update
Expand All @@ -44,12 +47,6 @@ jobs:
echo "PATH=$PATH:/home/runner/work/Salam/Salam/emsdk:/home/runner/work/Salam/Salam/emsdk/upstream/emscripten" >> $GITHUB_ENV
- name: Run WebAssembly build script
run: |
chmod +x emsdk/emsdk_env.sh
source emsdk/emsdk_env.sh
./emsdk install latest
./emsdk activate latest
chmod +x build-webassembly.sh
bash build-webassembly.sh
- name: Clone Salam-Editor repository
Expand Down

0 comments on commit f2f0e1a

Please sign in to comment.