2
0
Эх сурвалжийг харах

CI: Mono glue generation sometimes crashes on exit, ignore it

Rémi Verschelde 4 жил өмнө
parent
commit
986b1a9b18

+ 1 - 1
.github/workflows/linux_builds.yml

@@ -63,7 +63,7 @@ jobs:
           SCONS_CACHE: ${{github.workspace}}/.scons_cache/
         run: |
           scons tools=yes target=release_debug module_mono_enabled=yes mono_glue=no
-          xvfb-run ./bin/godot.x11.opt.tools.64.mono --generate-mono-glue modules/mono/glue
+          xvfb-run ./bin/godot.x11.opt.tools.64.mono --generate-mono-glue modules/mono/glue || true
           scons tools=yes target=release_debug module_mono_enabled=yes mono_glue=yes
           ls -l bin/