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