Skip to content

Commit b3e779a

Browse files
committed
setup EMSDK
1 parent 53c34f7 commit b3e779a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ jobs:
4444
node-version: 22.x
4545
cache: "yarn"
4646

47+
- name: Setup EMSDK
48+
uses: mymindstorm/setup-emsdk@v14
49+
with:
50+
version: 3.1.54
51+
actions-cache-folder: "emsdk-cache"
52+
4753
- name: Install dependencies
4854
env:
4955
YARN_ENABLE_HARDENED_MODE: false

0 commit comments

Comments
 (0)