mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2025-09-20 10:07:08 +00:00
Use apt-fast to show package information.
This commit is contained in:
parent
6284aec7c5
commit
d6f5911510
|
@ -47,7 +47,7 @@ log_empty_line
|
|||
versioned_packages=""
|
||||
log "Verifying packages..."
|
||||
for package in ${packages}; do
|
||||
if test ! "$(apt show "${package}")"; then
|
||||
if test ! "$(apt-fast show "${package}")"; then
|
||||
echo "aborted"
|
||||
log "Package '${package}' not found." >&2
|
||||
exit 3
|
||||
|
|
Loading…
Reference in a new issue