Skip to content

Commit

Permalink
Update mymindstorm/setup-emsdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Dead2 committed Feb 8, 2023
1 parent 9b84e1b commit b49c84b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Expand Up @@ -482,7 +482,7 @@ jobs:

- name: Install Emscripten
if: contains(matrix.name, 'WASM32')
uses: mymindstorm/setup-emsdk@v11
uses: mymindstorm/setup-emsdk@v12

- name: Initialize Wine
# Prevent parallel test jobs from initializing Wine at the same time
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/configure.yml
Expand Up @@ -196,7 +196,7 @@ jobs:
- name: Install Emscripten
if: contains(matrix.name, 'WASM32')
uses: mymindstorm/setup-emsdk@v11
uses: mymindstorm/setup-emsdk@v12

- name: Generate project files
run: |
Expand Down

0 comments on commit b49c84b

Please sign in to comment.