update emscripten ci

This commit is contained in:
Green Sky
2025-05-20 19:51:12 +02:00
parent e64354e824
commit e6403f0582

View File

@ -98,14 +98,17 @@ jobs:
with: with:
submodules: recursive submodules: recursive
- name: Setup emsdk - name: Setup em cache
uses: mymindstorm/setup-emsdk@v11 id: em-cache-system-libraries
uses: actions/cache@v4
with:
path: ${{env.EM_CACHE_FOLDER}}
key: ${{env.EM_VERSION}}-${{ runner.os }}
- name: Setup emsdk
uses: mymindstorm/setup-emsdk@v14
with: with:
# Make sure to set a version number!
version: ${{env.EM_VERSION}} version: ${{env.EM_VERSION}}
# This is the name of the cache folder.
# The cache folder will be placed in the build directory,
# so make sure it doesn't conflict with anything!
actions-cache-folder: ${{env.EM_CACHE_FOLDER}} actions-cache-folder: ${{env.EM_CACHE_FOLDER}}
- name: Verify - name: Verify