diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-09-27 06:05:32 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-09-27 06:05:32 -0400 |
commit | c7cef952dadf382bd9460ded1b4d1ac6273eff7a (patch) | |
tree | e37d830e79cf85bf9b42ec30a694ca56ec70c9b1 /.github | |
parent | d39c862f856f45f83cd11ac5eb127a0b826a5b3f (diff) |
Allow Windows and Mac builds to succeed despite Linux failure.
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 9dbdf00f82..cd54e90e02 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -53,6 +53,7 @@ jobs: continue-on-error: true configuration: ReleaseOS runs-on: ${{ matrix.runner }} + continue-on-error: ${{ matrix.continue-on-error }} outputs: viewer_channel: ${{ steps.build.outputs.viewer_channel }} viewer_version: ${{ steps.build.outputs.viewer_version }} |