Skip to content

Commit 37df2ea

Browse files
committed
Fix emscripte version
1 parent 71934b3 commit 37df2ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup Emscripten
3434
uses: mymindstorm/setup-emsdk@v14
3535
with:
36-
version: 'latest'
36+
version: '5.0.7'
3737

3838
- name: Configure CMake
3939
run: |

0 commit comments

Comments
 (0)