浏览代码

Merge pull request #80846 from akien-mga/ci-mono-glue-fail-condition

CI: Propagate error code when glue generation fails
Rémi Verschelde 2 年之前
父节点
当前提交
170ae3a781
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/linux_builds.yml

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

@@ -130,7 +130,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 }}