Skip to content

Commit

Permalink
Apt options.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot committed Nov 8, 2024
1 parent 15ecf36 commit ce30028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/linux-cxx-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ OS_ISSUE=`cat /etc/issue | head -n1 | cut -d " " -f1`
echo ">>>>> OS Issue: ${OS_ISSUE}"

PACKAGES=${PACKAGES:-build-essential}
APT_OPT="-o Acquire::Retries=3 -yq --no-install-suggests --no-install-recommends --reinstall"
APT_OPT="-o Acquire::Retries=3 -yq --no-install-suggests --no-install-recommends"
# APT_OPT="-o Acquire::Retries=3 -yq"

set -e
Expand Down

0 comments on commit ce30028

Please sign in to comment.