diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-09-26 20:36:08 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-26 20:36:08 +0300 |
commit | 15dad1387f43cb93f9822329c5e4c2061adb6ec2 (patch) | |
tree | 3fe08372b36b2e640c6432eb34afd08f2f1a1c45 /.github | |
parent | d7f6b96e36c3cadb7a2731c6417709ee9668f2d7 (diff) |
Set continue-on-error for linux builds
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index abab662db7..723295bfd7 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -50,6 +50,7 @@ jobs: configuration: ${{ fromJSON(needs.setup.outputs.configurations) }} include: - runner: linux-large + continue-on-error: true configuration: ReleaseOS runs-on: ${{ matrix.runner }} outputs: |