Skip to content

Commit 600e5bc

Browse files
committed
update workflow
1 parent 359ea58 commit 600e5bc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,15 @@ runs:
6060
if: runner.os == 'macOS' && steps.cache-swift.outputs.cache-hit != 'true'
6161
shell: bash
6262
run: |
63+
set -ex
64+
6365
SWIFTLY_VERSION=1.0.1
6466
SWIFTLY_PKG=swiftly-$SWIFTLY_VERSION.pkg
6567
curl -O "https://download.swift.org/swiftly/darwin/$SWIFTLY_PKG"
6668
pkgutil --check-signature $SWIFTLY_PKG
6769
pkgutil --verbose --expand $SWIFTLY_PKG $SWIFTLY_HOME_DIR
6870
tar -C $SWIFTLY_HOME_DIR -xvf $SWIFTLY_HOME_DIR/swiftly-*/Payload
69-
./swiftly init \
71+
"$SWIFTLY_BIN_DIR/swiftly" init \
7072
--skip-install \
7173
--assume-yes \
7274
--quiet-shell-followup \

0 commit comments

Comments
 (0)