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 9fad301 commit d6f8cebCopy full SHA for d6f8ceb
action.yml
@@ -36,6 +36,6 @@ runs:
36
run: |
37
echo "::group::Install swift"
38
39
- swiftenv install -s --verify ${{ inputs.swift-version }}
+ swiftenv install -s ${{ inputs.swift-version }}
40
41
echo "::endgroup::"
0 commit comments