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 Jul 1, 2023
1 parent 0e05891 commit 94f350e
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 @@ -20,6 +20,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 94f350e

Please sign in to comment.