From b581993c2eda9bb2c963e88c350a5cfc0a90e1e6 Mon Sep 17 00:00:00 2001 From: Gordon MacPherson Date: Thu, 24 Oct 2024 21:57:37 +0100 Subject: [PATCH] Update emscripten to the version used by godotengine - 3.1.62 --- .github/actions/build/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/build/action.yml b/.github/actions/build/action.yml index 1430616..d4e881f 100644 --- a/.github/actions/build/action.yml +++ b/.github/actions/build/action.yml @@ -18,7 +18,7 @@ inputs: default: .scons-cache/ description: Scons cache location. em_version: - default: 3.1.39 + default: 3.1.62 description: Emscripten version. em_cache_folder: default: emsdk-cache