diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-07-31 14:34:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-31 14:34:25 +0200 |
commit | 6d4d8349b69fb1f80e0b62c0f57ad8de0818f577 (patch) | |
tree | 4d683088b175eea35de75b94856ef5746c2ebcfa /.github/workflows/javascript_builds.yml | |
parent | 4fb0ae3e9f109b282cb927adef74c79025ab9fcd (diff) | |
parent | bfd5226a8d9341eddb6950a56efb66c1f5a96480 (diff) |
Merge pull request #40915 from akien-mga/ci-pin-emscripten
CI: Pin Emscripten version for reproducible builds
Diffstat (limited to '.github/workflows/javascript_builds.yml')
-rw-r--r-- | .github/workflows/javascript_builds.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/javascript_builds.yml b/.github/workflows/javascript_builds.yml index 8167a48eae..421906c77f 100644 --- a/.github/workflows/javascript_builds.yml +++ b/.github/workflows/javascript_builds.yml @@ -5,7 +5,7 @@ on: [push, pull_request] env: GODOT_BASE_BRANCH: master SCONS_CACHE_LIMIT: 4096 - EM_VERSION: latest + EM_VERSION: 1.39.20 EM_CACHE_FOLDER: 'emsdk-cache' jobs: |