Skip to content

Commit d710b27

Browse files
author
Leonid Borchuk
committed
update apt cache separately
1 parent 7c7fadb commit d710b27

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-deb-cloudberry.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,8 @@ jobs:
586586
587587
# Install DEB
588588
echo "Starting installation..."
589-
if ! apt-get update && apt-get -y install "${DEB_FILE}"; then
589+
apt-get update
590+
if ! apt-get -y install "${DEB_FILE}"; then
590591
echo "::error::DEB installation failed"
591592
exit 1
592593
fi

0 commit comments

Comments
 (0)