Skip to content

Commit 350c240

Browse files
committed
Use latest EMSDK
1 parent 492fe00 commit 350c240

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/wasm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414
contents: read
1515

1616
env:
17-
EMSDK_VERSION: "3.1.51"
17+
EMSDK_VERSION: "4.0.23"
1818

1919
jobs:
2020
wasm-build-test:
@@ -47,4 +47,4 @@ jobs:
4747
env:
4848
EMSDK_PATH: ${{ env.EMSDK }}
4949
run: |
50-
./tests/ci/run_wasm_tests.sh
50+
./tests/ci/run_wasm_tests.sh

0 commit comments

Comments
 (0)