mirror of
https://github.com/godotengine/godot-cpp.git
synced 2026-01-05 02:10:14 +03:00
Align Emscripten version 4.0.11 with Godot Engine
(cherry picked from commit 8daf1ea657)
This commit is contained in:
committed by
David Snopek
parent
d6097a8a8e
commit
7284ac7573
2
.github/workflows/ci-cmake.yml
vendored
2
.github/workflows/ci-cmake.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/ci-scons.yml
vendored
2
.github/workflows/ci-scons.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user