Skip to content

Commit

Permalink
setup emscripten when rebuilding WASM
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Oct 21, 2024
1 parent 5605dc8 commit 59cb591
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Setup emscripten
uses: mymindstorm/setup-emsdk@v14
with:
version: 3.1.53
if: runner.os == 'Linux'
- name: Create package.json
run: npm init --yes
- name: Install fonts on Ubuntu
Expand Down

0 comments on commit 59cb591

Please sign in to comment.