Skip to content

Commit d6f8ceb

Browse files
committed
Disable verify
1 parent 9fad301 commit d6f8ceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ runs:
3636
run: |
3737
echo "::group::Install swift"
3838
39-
swiftenv install -s --verify ${{ inputs.swift-version }}
39+
swiftenv install -s ${{ inputs.swift-version }}
4040
4141
echo "::endgroup::"

0 commit comments

Comments
 (0)