Skip to content

Commit 94e215d

Browse files
Emscripten
1 parent a7af802 commit 94e215d

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
node-version-file: .nvmrc
2424
cache: pnpm
2525

26+
- name: Setup Emscripten
27+
uses: mymindstorm/setup-emsdk@v14
28+
with:
29+
version: 3.1.74
30+
2631
- name: Install dependencies
2732
run: pnpm --color install
2833

.github/workflows/test.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
node-version-file: .nvmrc
2424
cache: pnpm
2525

26+
- name: Setup Emscripten
27+
uses: mymindstorm/setup-emsdk@v14
28+
with:
29+
version: 3.1.74
30+
2631
- name: Install dependencies
2732
run: pnpm --color install
2833

0 commit comments

Comments
 (0)