Skip to content

Commit 8d1a1c8

Browse files
authored
Merge pull request #1889 from Naros/align-emscripten-4.0.11
Align Emscripten version 4.0.11 with Godot Engine
2 parents 7f75888 + 8daf1ea commit 8d1a1c8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/actions/setup-godot-cpp/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ inputs:
66
required: true
77
description: Target platform.
88
em-version:
9-
default: 3.1.62
9+
default: 4.0.11
1010
description: Emscripten version.
1111
windows-compiler:
1212
required: true

.github/workflows/ci-cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: ${{ matrix.name }}
2121
runs-on: ${{ matrix.os }}
2222
env:
23-
EM_VERSION: 3.1.39
23+
EM_VERSION: 4.0.11
2424
config-flags:
2525
-DCMAKE_C_COMPILER_LAUNCHER=sccache
2626
-DCMAKE_CXX_COMPILER_LAUNCHER=sccache

.github/workflows/ci-scons.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787

8888
env:
8989
SCONS_CACHE: ${{ github.workspace }}/.scons-cache/
90-
EM_VERSION: 3.1.39
90+
EM_VERSION: 4.0.11
9191

9292
steps:
9393
- name: Checkout

0 commit comments

Comments
 (0)