CI: Bump mymindstorm/setup-emsdk to v7

Might fix CI builds.
This commit is contained in:
Rémi Verschelde 2020-10-20 09:00:59 +02:00
parent d73d810ba1
commit 1e2d41160b
No known key found for this signature in database
GPG Key ID: C3336907360768E1

View File

@ -670,7 +670,7 @@ jobs:
with: with:
python-version: ${{ env.PYTHON_VERSION }} python-version: ${{ env.PYTHON_VERSION }}
- name: Setup Emscripten SDK - name: Setup Emscripten SDK
uses: mymindstorm/setup-emsdk@v2 uses: mymindstorm/setup-emsdk@v7
with: with:
version: ${{ env.EMSDK_VERSION }} version: ${{ env.EMSDK_VERSION }}
- name: Patch Mono - name: Patch Mono