Merge pull request #40914 from akien-mga/3.2-ci-emscripten-1.39.20

CI: Pin Emscripten version to 1.39.20 to fix regression
This commit is contained in:
Rémi Verschelde 2020-07-31 14:29:22 +02:00 committed by GitHub
commit 23b553ba06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ on: [push, pull_request]
env:
GODOT_BASE_BRANCH: 3.2
SCONS_CACHE_LIMIT: 4096
EM_VERSION: latest
EM_VERSION: 1.39.20
EM_CACHE_FOLDER: 'emsdk-cache'
jobs: