Skip to content

Commit 5951a0f

Browse files
committed
Update parameters
1 parent 05c693e commit 5951a0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/setup-build/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,13 +330,15 @@ runs:
330330
if: inputs.swift-version != '' && inputs.swift-repo == ''
331331
uses: compnerd/gha-setup-swift@main
332332
with:
333+
source: 'swift.org'
333334
swift-version: ${{ steps.sanitize-input.outputs.swift-branch }}
334335
swift-build: ${{ steps.sanitize-input.outputs.swift-tag }}
335336

336337
- name: Setup Swift toolchain (Custom)
337338
if: inputs.swift-version != '' && inputs.swift-repo != ''
338339
uses: compnerd/gha-setup-swift@main
339340
with:
341+
source: 'custom'
340342
github-repo: ${{ inputs.swift-repo }}
341343
github-token: ${{ github.token }}
342344
release-asset-name: ${{ steps.sanitize-input.outputs.swift-release-asset }}

0 commit comments

Comments
 (0)