Explorar el Código

Merge pull request #75339 from umarcor/umarcor/ci/setup-emsdk

[ci/web] update mymindstorm/setup-emsdk to v12
Rémi Verschelde hace 2 años
padre
commit
6ef2f358c7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/web_builds.yml

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

@@ -22,7 +22,7 @@ jobs:
       - uses: actions/checkout@v3
 
       - name: Set up Emscripten latest
-        uses: mymindstorm/setup-emsdk@v11
+        uses: mymindstorm/setup-emsdk@v12
         with:
           version: ${{env.EM_VERSION}}
           actions-cache-folder: ${{env.EM_CACHE_FOLDER}}