diff options
author | sudlud <sudlud@users.noreply.github.com> | 2024-12-25 22:46:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-25 22:46:45 +0100 |
commit | 082885131362516b745616d152cf93e7eac85531 (patch) | |
tree | 47cf799a9a698565618cc88a6a8425ba45aed887 /.github/workflows | |
parent | fcc3f7f7cb9eefc1f478f2e066f3fc60a69097dd (diff) |
feat(CI/linux-build): introduce option to set maxerrors for compilation (#21022)
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/core_modules_build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/core_modules_build.yml b/.github/workflows/core_modules_build.yml index e67614ebe5..38d930cec6 100644 --- a/.github/workflows/core_modules_build.yml +++ b/.github/workflows/core_modules_build.yml @@ -49,3 +49,4 @@ jobs: CXX: ${{ matrix.compiler.CXX }} modules: true pch: false + maxerrors: 0 |