Skip to content

Commit

Permalink
Merge pull request #80846 from akien-mga/ci-mono-glue-fail-condition
Browse files Browse the repository at this point in the history
CI: Propagate error code when glue generation fails
  • Loading branch information
akien-mga committed Aug 21, 2023
2 parents b698631 + 5eb8253 commit 170ae3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 170ae3a

Please sign in to comment.