Browse Source

CI: Bump setup-emsdk version to @v10

Should hopefully solve intermittent cache restore issues.
Rémi Verschelde 3 years ago
parent
commit
91f48e2940
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/javascript_builds.yml

+ 1 - 1
.github/workflows/javascript_builds.yml

@@ -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}}