Bump mymindstorm/setup-emsdk from 13 to 14

Bumps [mymindstorm/setup-emsdk](https://github.com/mymindstorm/setup-emsdk) from 13 to 14.
- [Release notes](https://github.com/mymindstorm/setup-emsdk/releases)
- [Commits](https://github.com/mymindstorm/setup-emsdk/compare/v13...v14)

---
updated-dependencies:
- dependency-name: mymindstorm/setup-emsdk
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
main
dependabot[bot] 1 year ago committed by Rosen Penev
parent cac362c728
commit 7360f88ad9

@ -168,7 +168,7 @@ jobs:
run: | run: |
python3 -m pip install meson ninja python3 -m pip install meson ninja
- name: Emscripten - name: Emscripten
uses: mymindstorm/setup-emsdk@v13 uses: mymindstorm/setup-emsdk@v14
- name: Compile - name: Compile
run: | run: |
meson setup "${{github.workspace}}/build" --cross-file="${{github.workspace}}/em.txt" --wrap-mode=forcefallback -Ddefault_library=static -Dwarning_level=3 -Dcpp_std=c++20 -DunitTests=disabled -Dcurl=disabled meson setup "${{github.workspace}}/build" --cross-file="${{github.workspace}}/em.txt" --wrap-mode=forcefallback -Ddefault_library=static -Dwarning_level=3 -Dcpp_std=c++20 -DunitTests=disabled -Dcurl=disabled

Loading…
Cancel
Save