1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

CI: Bump setup-emsdk version to @v10

Should hopefully solve intermittent cache restore issues.
This commit is contained in:
Rémi Verschelde
2021-09-29 09:56:46 +02:00
parent 74cf62bb68
commit 91f48e2940

View File

@@ -63,7 +63,7 @@ jobs:
scons --version
- name: Set up Emscripten latest
uses: mymindstorm/setup-emsdk@v7
uses: mymindstorm/setup-emsdk@v10
with:
version: ${{env.EM_VERSION}}
actions-cache-folder: ${{env.EM_CACHE_FOLDER}}