Skip to content

Commit 0ac364a

Browse files
committed
update workflow
1 parent 4794235 commit 0ac364a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/actions/install-swift/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ runs:
6161
SWIFTLY_VERSION=1.0.1
6262
SWIFTLY_PKG=swiftly-$SWIFTLY_VERSION.pkg
6363
curl -O "https://download.swift.org/swiftly/darwin/$SWIFTLY_PKG"
64-
installer -pkg $SWIFTLY_PKG -target CurrentUserHomeDirectory -verbose
6564
pkgutil --check-signature $SWIFTLY_PKG
6665
pkgutil --verbose --expand $SWIFTLY_PKG $SWIFTLY_HOME_DIR
6766
tar -C $SWIFTLY_HOME_DIR -xvf $SWIFTLY_HOME_DIR/swiftly-*/Payload

0 commit comments

Comments
 (0)