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 f563e88 commit 72d3b37Copy full SHA for 72d3b37
.github/actions/setup-build/action.yml
@@ -330,6 +330,7 @@ runs:
330
if: inputs.swift-version != '' && inputs.swift-repo == ''
331
uses: compnerd/gha-setup-swift@main
332
with:
333
+ cache: 'true'
334
source: 'swift.org'
335
swift-version: ${{ steps.sanitize-input.outputs.swift-branch }}
336
swift-build: ${{ steps.sanitize-input.outputs.swift-tag }}
@@ -338,6 +339,7 @@ runs:
338
339
if: inputs.swift-version != '' && inputs.swift-repo != ''
340
341
342
343
source: 'custom'
344
github-repo: ${{ inputs.swift-repo }}
345
github-token: ${{ github.token }}
0 commit comments