diff options
| author | Andre Weissflog <floooh@gmail.com> | 2025-09-23 16:38:50 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2025-09-23 16:38:50 +0200 |
| commit | d5f08f7075359e256cc744998194b791dbcddfe8 (patch) | |
| tree | d390cbbbc8f65d4857322507885a29a46629a889 /tests/test_common.sh | |
| parent | 41fd42e035a22a37897770db23a8b86686634b79 (diff) | |
ci: unpin emsdk version (since spine-c should compile again)
Diffstat (limited to 'tests/test_common.sh')
| -rw-r--r-- | tests/test_common.sh | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/tests/test_common.sh b/tests/test_common.sh index def2579e..65b2bafd 100644 --- a/tests/test_common.sh +++ b/tests/test_common.sh @@ -3,11 +3,8 @@ setup_emsdk() { mkdir -p build && cd build git clone https://github.com/emscripten-core/emsdk.git cd emsdk - # FIXME: temporarily use emsdk 4.0.14 until spine is fixed - ./emsdk install 4.0.14 - ./emsdk activate 4.0.14 - # ./emsdk install latest - # ./emsdk activate latest + ./emsdk install latest + ./emsdk activate latest cd ../.. fi source build/emsdk/emsdk_env.sh |