Parcourir la source

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

Rémi Verschelde il y a 4 ans
Parent
commit
986b1a9b18
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .github/workflows/linux_builds.yml

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

@@ -63,7 +63,7 @@ jobs:
           SCONS_CACHE: ${{github.workspace}}/.scons_cache/
           SCONS_CACHE: ${{github.workspace}}/.scons_cache/
         run: |
         run: |
           scons tools=yes target=release_debug module_mono_enabled=yes mono_glue=no
           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
           scons tools=yes target=release_debug module_mono_enabled=yes mono_glue=yes
           ls -l bin/
           ls -l bin/