diff --git a/.github/.cspell/project-dictionary.txt b/.github/.cspell/project-dictionary.txt index bc45dc6f..1bcfe43c 100644 --- a/.github/.cspell/project-dictionary.txt +++ b/.github/.cspell/project-dictionary.txt @@ -4,6 +4,7 @@ distro doas dprint enablerepo +endgroup epel grcov incompat diff --git a/main.sh b/main.sh index 16cf4bd3..5bc6a3b1 100755 --- a/main.sh +++ b/main.sh @@ -421,6 +421,7 @@ fi if ! type -P jq &>/dev/null || ! type -P curl &>/dev/null || ! type -P tar &>/dev/null; then case "${base_distro}" in debian | fedora | alpine) + echo "::group::Install jq, curl, and/or tar" sys_packages=() if ! type -P curl &>/dev/null; then sys_packages+=(ca-certificates curl) @@ -443,6 +444,7 @@ if ! type -P jq &>/dev/null || ! type -P curl &>/dev/null || ! type -P tar &>/de fi sys_install "${sys_packages[@]}" fi + echo "::endgroup::" ;; esac fi