We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab28750 commit 4d93e1dCopy full SHA for 4d93e1d
bin/compile
@@ -166,7 +166,7 @@ status "Fetching Swift packages and parsing Package.swift files..."
166
swift package fetch
167
PACKAGES_TO_INSTALL=($(find . -type f -name "Package.swift" | xargs egrep -r "Apt *\(" | sed -e 's/^.*\.Apt *( *" *//' -e 's/".*$//' | sort | uniq))
168
if [ "${#PACKAGES_TO_INSTALL[@]}" -gt "0" ]; then
169
- status "Packages to download: ${PACKAGES_TO_INSTALL[@]}"
+ status "Additional packages to download: ${PACKAGES_TO_INSTALL[@]}"
170
download_packages "${PACKAGES_TO_INSTALL[@]}"
171
else
172
status "No additional packages to download."
0 commit comments