Merge pull request #1889 from Naros/align-emscripten-4.0.11

Align Emscripten version 4.0.11 with Godot Engine
This commit is contained in:
David Snopek
2025-11-30 06:04:39 -06:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ inputs:
required: true
description: Target platform.
em-version:
default: 3.1.62
default: 4.0.11
description: Emscripten version.
windows-compiler:
required: true

View File

@@ -20,7 +20,7 @@ jobs:
name: ${{ matrix.name }}
runs-on: ${{ matrix.os }}
env:
EM_VERSION: 3.1.39
EM_VERSION: 4.0.11
config-flags:
-DCMAKE_C_COMPILER_LAUNCHER=sccache
-DCMAKE_CXX_COMPILER_LAUNCHER=sccache

View File

@@ -87,7 +87,7 @@ jobs:
env:
SCONS_CACHE: ${{ github.workspace }}/.scons-cache/
EM_VERSION: 3.1.39
EM_VERSION: 4.0.11
steps:
- name: Checkout