From 442cc12d4db5023c7ec33d10b9ac138916d7d29e Mon Sep 17 00:00:00 2001 From: Nat Goodspeed <nat@lindenlab.com> Date: Wed, 8 May 2024 09:38:50 -0400 Subject: [PATCH] Build both platforms on GitHub to help diagnose slvoice URL trouble. --- .github/workflows/build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4785273b78b..95e98e5b8ce 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -16,6 +16,8 @@ jobs: include: - runner: macos-12-xl developer_dir: "/Applications/Xcode_14.0.1.app/Contents/Developer" + # DO NOT MERGE THIS LINE! continue-on-error=true is only for diagnosis. + continue-on-error: true runs-on: ${{ matrix.runner }} outputs: viewer_channel: ${{ steps.build.outputs.viewer_channel }} -- GitLab