From 442cc12d4db5023c7ec33d10b9ac138916d7d29e Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Wed, 8 May 2024 09:38:50 -0400 Subject: Build both platforms on GitHub to help diagnose slvoice URL trouble. --- .github/workflows/build.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4785273b78..95e98e5b8c 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 }} -- cgit v1.2.3