CI: Remove unnecessary extra cache step for Emscripten

Co-authored-by: Fabio Alessandrelli <fabio.alessandrelli@gmail.com>
This commit is contained in:
Rémi Verschelde 2022-08-25 14:35:43 +02:00
parent ef28da8006
commit cfcdd576dd

View file

@ -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: