Skip to content

Commit 107d289

Browse files
committed
Update emcc for wasm release
1 parent fe17f94 commit 107d289

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ jobs:
271271
needs: [draft_release]
272272
runs-on: ubuntu-latest
273273
steps:
274-
- uses: actions/checkout@v3
274+
- uses: actions/checkout@v4
275275
with:
276276
submodules: true
277277

@@ -284,7 +284,7 @@ jobs:
284284
- name: Setup emsdk
285285
uses: mymindstorm/setup-emsdk@v14
286286
with:
287-
version: 3.1.68
287+
version: 4.0.10
288288

289289
- name: Build WASM
290290
run: ./tool/build_wasm.sh

.github/workflows/wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup emsdk
2222
uses: mymindstorm/setup-emsdk@v14
2323
with:
24-
version: 4.0.7
24+
version: 4.0.10
2525

2626
- name: Build WASM
2727
run: ./tool/build_wasm.sh

0 commit comments

Comments
 (0)