diff options
author | nat-goodspeed <nat@lindenlab.com> | 2024-09-27 12:33:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-27 12:33:28 -0400 |
commit | 71e89d6a493e51789008f74f87439611f11c13ab (patch) | |
tree | 02d8ba63b723f3a8aeaf516d0b273cda7c71b113 /.github/workflows | |
parent | d3833b6d618ff05f44c28eab67bc91ee5a3ba92d (diff) | |
parent | cf2f482ceca796e587dfe2fb8df552c09156fb50 (diff) |
Merge pull request #2714 from secondlife/nat/xcode-16
Clean up llpointer.h per previous discussions.
Diffstat (limited to '.github/workflows')
-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..38e241283d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -155,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 |