diff --git a/.github/workflows/javascript_builds.yml b/.github/workflows/javascript_builds.yml index cca451c8afa8..54bde92b1672 100644 --- a/.github/workflows/javascript_builds.yml +++ b/.github/workflows/javascript_builds.yml @@ -21,14 +21,6 @@ jobs: steps: - uses: actions/checkout@v3 - # Additional cache for Emscripten generated system libraries - - name: Load Emscripten cache - id: javascript-template-emscripten-cache - uses: actions/cache@v3 - with: - path: ${{env.EM_CACHE_FOLDER}} - key: ${{env.EM_VERSION}}-${{github.job}} - - name: Set up Emscripten latest uses: mymindstorm/setup-emsdk@v11 with: