From 7840e54a0deff1b53ba2525d3a0bf5400c6ad291 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leclercq?= Date: Sat, 21 Oct 2023 19:56:16 +0200 Subject: [PATCH] CI: Update emscripten version --- .github/workflows/wasm-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wasm-build.yml b/.github/workflows/wasm-build.yml index 3e524719b..5cb7f5920 100644 --- a/.github/workflows/wasm-build.yml +++ b/.github/workflows/wasm-build.yml @@ -59,7 +59,7 @@ jobs: - name: Setup emscripten uses: mymindstorm/setup-emsdk@v12 with: - version: 3.1.31 + version: 3.1.35 actions-cache-folder: emsdk-cache-${{ matrix.mode }}-${{ matrix.kind }} # Cache xmake dependencies