We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe17f94 commit 107d289Copy full SHA for 107d289
.github/workflows/release.yml
@@ -271,7 +271,7 @@ jobs:
271
needs: [draft_release]
272
runs-on: ubuntu-latest
273
steps:
274
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
275
with:
276
submodules: true
277
@@ -284,7 +284,7 @@ jobs:
284
- name: Setup emsdk
285
uses: mymindstorm/setup-emsdk@v14
286
287
- version: 3.1.68
+ version: 4.0.10
288
289
- name: Build WASM
290
run: ./tool/build_wasm.sh
.github/workflows/wasm.yml
@@ -21,7 +21,7 @@ jobs:
21
22
23
24
- version: 4.0.7
25
26
27
0 commit comments