Skip to content

Commit

Permalink
chore: Update Emscripten version to 3.1.63
Browse files Browse the repository at this point in the history
  • Loading branch information
magic-akari committed Jul 20, 2024
1 parent 677c068 commit b7a0966
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install Emscripten
uses: mymindstorm/setup-emsdk@v14
with:
version: 3.1.51
version: 3.1.63

- name: Install Node
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install Emscripten
uses: mymindstorm/setup-emsdk@v14
with:
version: 3.1.51
version: 3.1.63

- name: Install Node
uses: actions/setup-node@v4
Expand Down

0 comments on commit b7a0966

Please sign in to comment.