Skip to content

Commit 8cc9965

Browse files
committed
Build web version with emsdk 4.0.5 instead of latest
1 parent f34fca9 commit 8cc9965

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ jobs:
8282
wget -q https://github.com/emscripten-core/emsdk/archive/master.tar.gz
8383
tar -xvf master.tar.gz
8484
emsdk-master/emsdk update
85-
emsdk-master/emsdk install latest
86-
emsdk-master/emsdk activate latest
85+
emsdk-master/emsdk install 4.0.5
86+
emsdk-master/emsdk activate 4.0.5
8787
8888
- name: Configure cmake
8989
run: |

0 commit comments

Comments
 (0)