mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 07:53:26 +00:00
Web: Workaround Emscripten 3.1.42+ LTO regression
Fixes #80010.
(cherry picked from commit b064008c07
)
This commit is contained in:
parent
cb0ee90fde
commit
c88a8f96b4
2 changed files with 6 additions and 2 deletions
4
.github/workflows/javascript_builds.yml
vendored
4
.github/workflows/javascript_builds.yml
vendored
|
@ -7,7 +7,7 @@ env:
|
|||
# Only used for the cache key. Increment version to force clean build.
|
||||
GODOT_BASE_BRANCH: 3.x
|
||||
SCONSFLAGS: verbose=yes warnings=all werror=yes debug_symbols=no
|
||||
EM_VERSION: 3.1.18
|
||||
EM_VERSION: 3.1.45
|
||||
EM_CACHE_FOLDER: "emsdk-cache"
|
||||
|
||||
concurrency:
|
||||
|
@ -16,7 +16,7 @@ concurrency:
|
|||
|
||||
jobs:
|
||||
javascript-template:
|
||||
runs-on: "ubuntu-20.04"
|
||||
runs-on: "ubuntu-22.04"
|
||||
name: Template (target=release, tools=no)
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue