diff options
| -rw-r--r-- | .github/workflows/build.yaml | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f0a48f9b69..b385e3ba12 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -66,9 +66,6 @@ jobs:        DEVELOPER_DIR: "/Applications/Xcode_14.0.1.app/Contents/Developer"        # Ensure that Linden viewer builds engage Bugsplat.        BUGSPLAT_DB: ${{ needs.setup.outputs.bugsplat_db }} -      # Run BUILD steps for Release configuration. -      # Run BUILD steps for ReleaseOS configuration only for release runs. -      BUILD: ${{ needs.setup.outputs.build }}        build_coverity: false        build_log_dir: ${{ github.workspace }}/.logs        build_viewer: true | 
