Skip to content

Commit e018f09

Browse files
committed
setup EMSDK
1 parent a5ce902 commit e018f09

File tree

2 files changed

+6
-62
lines changed

2 files changed

+6
-62
lines changed

.github/workflows/grammars.yml

Lines changed: 0 additions & 62 deletions
This file was deleted.

.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)