ci: pull emscripten v4.0.15 to avoid c++17 errors (#25739)

https://github.com/emscripten-core/emscripten/issues/24850

Signed-off-by: Ramon Roche <mrpollo@gmail.com>
This commit is contained in:
Ramon Roche 2025-10-10 10:43:20 -07:00 committed by Daniel Agar
parent b4aeee5099
commit 09eda9ed3f

View File

@ -43,6 +43,7 @@ jobs:
run: |
git clone https://github.com/emscripten-core/emsdk.git _emscripten_sdk
cd _emscripten_sdk
git checkout 4.0.15
./emsdk install latest
./emsdk activate latest