We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6097a8 commit 7284ac7Copy full SHA for 7284ac7
3 files changed
.github/actions/setup-godot-cpp/action.yml
@@ -6,7 +6,7 @@ inputs:
6
required: true
7
description: Target platform.
8
em-version:
9
- default: 3.1.62
+ default: 4.0.11
10
description: Emscripten version.
11
windows-compiler:
12
.github/workflows/ci-cmake.yml
@@ -20,7 +20,7 @@ jobs:
20
name: ${{ matrix.name }}
21
runs-on: ${{ matrix.os }}
22
env:
23
- EM_VERSION: 3.1.39
+ EM_VERSION: 4.0.11
24
config-flags:
25
-DCMAKE_C_COMPILER_LAUNCHER=sccache
26
-DCMAKE_CXX_COMPILER_LAUNCHER=sccache
.github/workflows/ci-scons.yml
@@ -87,7 +87,7 @@ jobs:
87
88
89
SCONS_CACHE: ${{ github.workspace }}/.scons-cache/
90
91
92
steps:
93
- name: Checkout
0 commit comments