diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-09-09 14:50:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-09 14:50:44 +0200 |
commit | b51ca35637cb95405c8091838cea46ccf3c3eb78 (patch) | |
tree | 01375593b87c1ef899f9c36752061360e45179a9 | |
parent | 047801693c9f5ad1aeb9b89f46b73828381282ba (diff) | |
parent | b353336037af684c2f1455c5e1f4cd649dbc0064 (diff) |
Merge pull request #65569 from akien-mga/ci-emscripten-3.1.18
-rw-r--r-- | .github/workflows/web_builds.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/web_builds.yml b/.github/workflows/web_builds.yml index b3fb87ed7e..deee91938d 100644 --- a/.github/workflows/web_builds.yml +++ b/.github/workflows/web_builds.yml @@ -6,7 +6,7 @@ env: # Only used for the cache key. Increment version to force clean build. GODOT_BASE_BRANCH: master SCONSFLAGS: verbose=yes warnings=extra werror=yes debug_symbols=no - EM_VERSION: 3.1.20 + EM_VERSION: 3.1.18 EM_CACHE_FOLDER: "emsdk-cache" concurrency: |