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