Browse Source

Merge pull request #99037 from AThousandShips/emsdk_cache_fix_3_x

[3.x] [JavaScript] Don't cache emsdk
lawnjelly 9 months ago
parent
commit
5cef67ee0c
1 changed files with 1 additions and 3 deletions
  1. 1 3
      .github/workflows/javascript_builds.yml

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

@@ -8,7 +8,6 @@ env:
   GODOT_BASE_BRANCH: 3.x
   SCONSFLAGS: verbose=yes warnings=all werror=yes debug_symbols=no
   EM_VERSION: 3.1.39
-  EM_CACHE_FOLDER: "emsdk-cache"
 
 concurrency:
   group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-javascript
@@ -26,8 +25,7 @@ jobs:
         uses: mymindstorm/setup-emsdk@v14
         with:
           version: ${{env.EM_VERSION}}
-          actions-cache-folder: ${{env.EM_CACHE_FOLDER}}
-          cache-key: emsdk-${{ matrix.cache-name }}-${{env.GODOT_BASE_BRANCH}}-${{github.ref}}-${{github.sha}}
+          no-cache: true
 
       - name: Verify Emscripten setup
         run: |