diff --git a/.github/workflows/Deploy.yml b/.github/workflows/Deploy.yml index abc5467b..7a30666c 100644 --- a/.github/workflows/Deploy.yml +++ b/.github/workflows/Deploy.yml @@ -34,7 +34,7 @@ jobs: submodules: recursive - name: Setup Emscripten - uses: mymindstorm/setup-emsdk@v14 + uses: mymindstorm/setup-emsdk@v15 with: version: ${{ env.EM_VERSION }} actions-cache-folder: ${{ env.EM_CACHE_FOLDER }} diff --git a/.github/workflows/Emscripten.yml b/.github/workflows/Emscripten.yml index b21c21bc..68effe6e 100644 --- a/.github/workflows/Emscripten.yml +++ b/.github/workflows/Emscripten.yml @@ -55,7 +55,7 @@ jobs: submodules: recursive - name: Setup Emscripten - uses: mymindstorm/setup-emsdk@v14 + uses: mymindstorm/setup-emsdk@v15 # Continue on error to ignore problems with caching continue-on-error: true with: