diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-05-09 11:12:18 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-05-09 11:12:18 -0400 |
commit | 692a5eb2d3c657908dac8c45c31cfd527046da74 (patch) | |
tree | 5bac664f69d88facae2109fc0aee3f916cb1c311 | |
parent | 442cc12d4db5023c7ec33d10b9ac138916d7d29e (diff) |
Remove `creds=github` from slvoice platform entries.
https://github.com/secondlife/autobuild/issues/46
Also remove temporary `continue-on-error` setting.
-rw-r--r-- | .github/workflows/build.yaml | 2 | ||||
-rw-r--r-- | autobuild.xml | 6 |
2 files changed, 1 insertions, 7 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 95e98e5b8c..4785273b78 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -16,8 +16,6 @@ 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 }} diff --git a/autobuild.xml b/autobuild.xml index e4802b0c55..6ff0164087 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -2400,8 +2400,6 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string> <map> <key>archive</key> <map> - <key>creds</key> - <string>github</string> <key>hash</key> <string>1e70b06fe6eb9796097010871b32d8e95167e373</string> <key>hash_algorithm</key> @@ -2428,8 +2426,6 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string> <map> <key>archive</key> <map> - <key>creds</key> - <string>github</string> <key>hash</key> <string>ddfb7c30d9756915e8b26f44e2ee3a69ee87fb9a</string> <key>hash_algorithm</key> @@ -3501,4 +3497,4 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string> <string>Second Life Viewer</string> </map> </map> -</llsd>
\ No newline at end of file +</llsd> |