diff --git a/.github/workflows/failsafe_sim.yml b/.github/workflows/failsafe_sim.yml index 9ea9443edd..fedfd13c31 100644 --- a/.github/workflows/failsafe_sim.yml +++ b/.github/workflows/failsafe_sim.yml @@ -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