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 359ea58 commit 600e5bcCopy full SHA for 600e5bc
.github/actions/install-swift/action.yml
@@ -60,13 +60,15 @@ runs:
60
if: runner.os == 'macOS' && steps.cache-swift.outputs.cache-hit != 'true'
61
shell: bash
62
run: |
63
+ set -ex
64
+
65
SWIFTLY_VERSION=1.0.1
66
SWIFTLY_PKG=swiftly-$SWIFTLY_VERSION.pkg
67
curl -O "https://download.swift.org/swiftly/darwin/$SWIFTLY_PKG"
68
pkgutil --check-signature $SWIFTLY_PKG
69
pkgutil --verbose --expand $SWIFTLY_PKG $SWIFTLY_HOME_DIR
70
tar -C $SWIFTLY_HOME_DIR -xvf $SWIFTLY_HOME_DIR/swiftly-*/Payload
- ./swiftly init \
71
+ "$SWIFTLY_BIN_DIR/swiftly" init \
72
--skip-install \
73
--assume-yes \
74
--quiet-shell-followup \
0 commit comments