Skip to content

Commit

Permalink
Remove packages that are auto-installed by GitHub and create
Browse files Browse the repository at this point in the history
a version conflict later when we install our version. This is
the reason the build were failing in the past few days.
  • Loading branch information
sobomax committed Jun 23, 2023
1 parent f4e90f3 commit f3e0600
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/build/install_depends.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ then
fi

${SUDO} apt-get update -y
${SUDO} apt-get -y remove libmemcached11 libpq5
${SUDO} apt-get -y autoremove
${SUDO} apt-get -y --allow-downgrades install ${PKGS}

if [ ! -z "${POST_INSTALL_CMD}" ]
Expand Down

0 comments on commit f3e0600

Please sign in to comment.