From 0bd6814cc60e8f43af77404b40ea1ee0821722ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Thu, 25 Aug 2022 14:35:43 +0200 Subject: [PATCH] CI: Remove unnecessary extra cache step for Emscripten Co-authored-by: Fabio Alessandrelli (cherry picked from commit cfcdd576dd14fa98bc8404f4091f2f54eece3d87) --- .github/workflows/javascript_builds.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/javascript_builds.yml b/.github/workflows/javascript_builds.yml index 7d31f37b545..dbd11787fe4 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: