Revert emscripten back to 5.0.7. There are threading problems with 6.0.0.

Specifically, click on the red power off button to go back to the welcome
screen, and the cleanup popup never goes away.
This commit is contained in:
Bartosz Taudul
2026-06-14 16:23:39 +02:00
parent 83719fb29b
commit 5298316480

View File

@@ -20,7 +20,7 @@ jobs:
- name: Setup emscripten
uses: emscripten-core/setup-emsdk@v16
with:
version: 6.0.0
version: 5.0.7
- name: Trust git repo
run: git config --global --add safe.directory '*'
- uses: actions/checkout@v4