Skip to content

Commit 10a7615

Browse files
committed
Correct prep script for macOS
1 parent b069948 commit 10a7615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/prep-gh-action.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if [ "$installSwiftly" == true ]; then
3939
export SWIFTLY_TOOLCHAIN_DIR="$SWIFTLY_HOME_DIR/toolchains"
4040
mkdir -p "$SWIFTLY_HOME_DIR"
4141

42-
curl -O https://download.swift.org/swiftly/darwin/swiftly-${SWIFTLY_BOOTSTRAP_VERSION}.pkg && pkgutil --check-signature swiftly-*.pkg && pkgutil --verbose --expand swiftly-*.pkg . && tar -C "${SWIFTLY_HOME_DIR}" xvf Payload && "$SWIFTLY_HOME_DIR/bin/swiftly" init -y --skip-install
42+
curl -O https://download.swift.org/swiftly/darwin/swiftly-${SWIFTLY_BOOTSTRAP_VERSION}.pkg && pkgutil --check-signature swiftly-*.pkg && pkgutil --verbose --expand swiftly-*.pkg "${SWIFTLY_HOME_DIR}" && tar -C "${SWIFTLY_HOME_DIR}" -xvf "${SWIFTLY_HOME_DIR}"/swiftly-*/Payload && "$SWIFTLY_HOME_DIR/bin/swiftly" init -y --skip-install
4343

4444
. "$SWIFTLY_HOME_DIR/env.sh"
4545
fi

0 commit comments

Comments
 (0)