Bumps [mymindstorm/setup-emsdk](https://github.com/mymindstorm/setup-emsdk) from 14 to 16.
- [Release notes](https://github.com/mymindstorm/setup-emsdk/releases)
- [Commits](https://github.com/mymindstorm/setup-emsdk/compare/v14...v16)
---
updated-dependencies:
- dependency-name: mymindstorm/setup-emsdk
dependency-version: '16'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
- name: Install Emscripten
if: contains(matrix.name, 'WASM32')
- uses: mymindstorm/setup-emsdk@v14
+ uses: mymindstorm/setup-emsdk@v16
# Get MCST LCC from github actions cache or download from dev.mcst.ru and save to cache
- name: Cache MCST LCC ${{ matrix.toolchain }} (Ubuntu)
- name: Install Emscripten
if: contains(matrix.name, 'WASM32')
- uses: mymindstorm/setup-emsdk@v14
+ uses: mymindstorm/setup-emsdk@v16
- name: Generate project files
run: |