Skip to content

Commit 327e2a7

Browse files
committed
ci: use latest emsdk in bridge workflows
1 parent 487c95e commit 327e2a7

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: 4.0.24
25+
version: latest
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: 4.0.24
35+
version: latest
3636

3737
- name: Build bridge artifacts
3838
env:

0 commit comments

Comments
 (0)