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 4794235 commit 0ac364aCopy full SHA for 0ac364a
.github/actions/install-swift/action.yml
@@ -61,7 +61,6 @@ runs:
61
SWIFTLY_VERSION=1.0.1
62
SWIFTLY_PKG=swiftly-$SWIFTLY_VERSION.pkg
63
curl -O "https://download.swift.org/swiftly/darwin/$SWIFTLY_PKG"
64
- installer -pkg $SWIFTLY_PKG -target CurrentUserHomeDirectory -verbose
65
pkgutil --check-signature $SWIFTLY_PKG
66
pkgutil --verbose --expand $SWIFTLY_PKG $SWIFTLY_HOME_DIR
67
tar -C $SWIFTLY_HOME_DIR -xvf $SWIFTLY_HOME_DIR/swiftly-*/Payload
0 commit comments