diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-09-27 06:12:49 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-09-27 06:12:49 -0400 |
commit | 51fb298f08b281962254ec08fc3ae82c92082d0e (patch) | |
tree | 595b06e4648071c00e7cff4f4af5695d5579606b | |
parent | c7cef952dadf382bd9460ded1b4d1ac6273eff7a (diff) |
Try again to let Windows and Mac succeed despite Linux failure.
-rw-r--r-- | .github/workflows/build.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index cd54e90e02..38e241283d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -53,7 +53,6 @@ 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 }} @@ -156,6 +155,7 @@ jobs: env: AUTOBUILD_VCS_BRANCH: ${{ steps.which-branch.outputs.branch }} RUNNER_OS: ${{ runner.os }} + continue-on-error: ${{ matrix.continue-on-error }} run: | # set up things the viewer's build.sh script expects set -x |