Browse Source

CI: Remove unnecessary extra cache step for Emscripten

Co-authored-by: Fabio Alessandrelli <[email protected]>
(cherry picked from commit cfcdd576dd14fa98bc8404f4091f2f54eece3d87)
Rémi Verschelde 3 years ago
parent
commit
03940b77a2
1 changed files with 0 additions and 8 deletions
  1. 0 8
      .github/workflows/javascript_builds.yml

+ 0 - 8
.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: