Skip to content

Commit f3bbc5a

Browse files
committed
Fix the prep script
1 parent b549441 commit f3bbc5a

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
@@ -62,7 +62,7 @@ if [ "$installSwiftly" == true ]; then
6262
fi
6363

6464
echo "Displaying swift version"
65-
swift "${selector[@]} --version
65+
swiftly run "${runSelector[@]}" swift --version
6666

6767
CC=clang swiftly run "${runSelector[@]}" "$(dirname "$0")/install-libarchive.sh"
6868
else

0 commit comments

Comments
 (0)