We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05c693e commit 5951a0fCopy full SHA for 5951a0f
.github/actions/setup-build/action.yml
@@ -330,13 +330,15 @@ runs:
330
if: inputs.swift-version != '' && inputs.swift-repo == ''
331
uses: compnerd/gha-setup-swift@main
332
with:
333
+ source: 'swift.org'
334
swift-version: ${{ steps.sanitize-input.outputs.swift-branch }}
335
swift-build: ${{ steps.sanitize-input.outputs.swift-tag }}
336
337
- name: Setup Swift toolchain (Custom)
338
if: inputs.swift-version != '' && inputs.swift-repo != ''
339
340
341
+ source: 'custom'
342
github-repo: ${{ inputs.swift-repo }}
343
github-token: ${{ github.token }}
344
release-asset-name: ${{ steps.sanitize-input.outputs.swift-release-asset }}
0 commit comments