Skip to content

Commit 487c95e

Browse files
committed
ci: pin emsdk 4.0.24 for webgpu port support
1 parent 9a1c8bb commit 487c95e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Emscripten SDK
2323
uses: mymindstorm/setup-emsdk@v14
2424
with:
25-
version: 3.1.70
25+
version: 4.0.24
2626

2727
- name: Build bridge artifacts
2828
env:

.github/workflows/publish_assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup Emscripten SDK
3333
uses: mymindstorm/setup-emsdk@v14
3434
with:
35-
version: 3.1.70
35+
version: 4.0.24
3636

3737
- name: Build bridge artifacts
3838
env:

0 commit comments

Comments
 (0)