ci: fix failsafe_sim for newer GCC versions

This commit is contained in:
alexcekay
2025-05-12 14:21:49 +02:00
committed by Ramon Roche
parent 01c23f635f
commit ab6c6ac769
+3
View File
@@ -39,6 +39,9 @@ jobs:
with:
fetch-depth: 0
- name: Git ownership workaround
run: git config --system --add safe.directory '*'
- name: Install empscripten
run: |
git clone https://github.com/emscripten-core/emsdk.git _emscripten_sdk