Skip to content

Commit 9ecc137

Browse files
committed
Update emscripten workflow
1 parent fe15d99 commit 9ecc137

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_emscripten.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
- uses: actions/checkout@v4
2121

2222
- name: Setup emsdk
23-
uses: mymindstorm/setup-emsdk@v11
23+
uses: mymindstorm/setup-emsdk@v14
2424
with:
2525
# Make sure to set a version number!
26-
version: 3.1.53
26+
version: 3.1.74
2727
# This is the name of the cache folder.
2828
# The cache folder will be placed in the build directory,
2929
# so make sure it doesn't conflict with anything!

0 commit comments

Comments
 (0)