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

CI: Propagated error code when glue generation fails

This used to be ignored as we ran the X11 version with Vulkan software renderer and xvfb-run, which could crash at the time. Now that we have headless mode, this is not a problem anymore.

(cherry picked from commit 5eb8253fc0a8efed801211792ae5f81121c62785)
Rémi Verschelde 2 жил өмнө
parent
commit
e30ff075ce

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

@@ -119,7 +119,7 @@ jobs:
       - name: Generate C# glue
         if: ${{ matrix.build-mono }}
         run: |
-          ${{ matrix.bin }} --headless --generate-mono-glue ./modules/mono/glue || true
+          ${{ matrix.bin }} --headless --generate-mono-glue ./modules/mono/glue
 
       - name: Build .NET solutions
         if: ${{ matrix.build-mono }}