summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2022-08-25 14:35:43 +0200
committerRémi Verschelde <rverschelde@gmail.com>2022-08-25 14:35:43 +0200
commitcfcdd576dd14fa98bc8404f4091f2f54eece3d87 (patch)
tree8429718b94fbce34e5591cdf7496a0921c48ef18 /.github
parentef28da8006814d49baead76feb2d2f9d06f0efea (diff)
CI: Remove unnecessary extra cache step for Emscripten
Co-authored-by: Fabio Alessandrelli <fabio.alessandrelli@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/javascript_builds.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.github/workflows/javascript_builds.yml b/.github/workflows/javascript_builds.yml
index cca451c8af..54bde92b16 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: