Skip to content

Commit 0409aa8

Browse files
committed
Update Emscripten version on CI
1 parent 4058974 commit 0409aa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [ "main" ]
88

99
env:
10-
EM_VERSION: 3.1.16
10+
EM_VERSION: 3.1.56
1111
EM_CACHE_FOLDER: 'emsdk-cache'
1212

1313
jobs:
@@ -28,7 +28,7 @@ jobs:
2828
path: ${{env.EM_CACHE_FOLDER}}
2929
key: ${{env.EM_VERSION}}-${{runner.os}}
3030
- name: Setup Emscripten
31-
uses: mymindstorm/setup-emsdk@v11
31+
uses: mymindstorm/setup-emsdk@v14
3232
with:
3333
version: ${{env.EM_VERSION}}
3434
actions-cache-folder: ${{env.EM_CACHE_FOLDER}}

0 commit comments

Comments
 (0)