mirror of
https://github.com/godotengine/godot-cpp.git
synced 2025-12-31 01:48:45 +03:00
Align Emscripten version 4.0.11 with Godot Engine
This commit is contained in:
2
.github/actions/setup-godot-cpp/action.yml
vendored
2
.github/actions/setup-godot-cpp/action.yml
vendored
@@ -6,7 +6,7 @@ inputs:
|
|||||||
required: true
|
required: true
|
||||||
description: Target platform.
|
description: Target platform.
|
||||||
em-version:
|
em-version:
|
||||||
default: 3.1.62
|
default: 4.0.11
|
||||||
description: Emscripten version.
|
description: Emscripten version.
|
||||||
windows-compiler:
|
windows-compiler:
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
2
.github/workflows/ci-cmake.yml
vendored
2
.github/workflows/ci-cmake.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
|||||||
name: ${{ matrix.name }}
|
name: ${{ matrix.name }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
env:
|
env:
|
||||||
EM_VERSION: 3.1.39
|
EM_VERSION: 4.0.11
|
||||||
config-flags:
|
config-flags:
|
||||||
-DCMAKE_C_COMPILER_LAUNCHER=sccache
|
-DCMAKE_C_COMPILER_LAUNCHER=sccache
|
||||||
-DCMAKE_CXX_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:
|
env:
|
||||||
SCONS_CACHE: ${{ github.workspace }}/.scons-cache/
|
SCONS_CACHE: ${{ github.workspace }}/.scons-cache/
|
||||||
EM_VERSION: 3.1.39
|
EM_VERSION: 4.0.11
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|||||||
Reference in New Issue
Block a user