diff options
author | Francesco Borzì <borzifrancesco@gmail.com> | 2021-12-14 12:51:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-14 08:51:00 -0300 |
commit | 6fa91dbe1f2a55ccaa22130a3a4bbaa0d210786a (patch) | |
tree | 2ea9dd6f4872ade003fc5967c8a15cdd95ecec86 /apps/installer/includes | |
parent | b4a14214ca57611f023859c7d4a115b9815effb1 (diff) |
fix(CI): Ubuntu build (#9697)
Diffstat (limited to 'apps/installer/includes')
-rw-r--r-- | apps/installer/includes/os_configs/ubuntu.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/installer/includes/os_configs/ubuntu.sh b/apps/installer/includes/os_configs/ubuntu.sh index 95442152df..ad20d620c3 100644 --- a/apps/installer/includes/os_configs/ubuntu.sh +++ b/apps/installer/includes/os_configs/ubuntu.sh @@ -11,7 +11,7 @@ sudo apt-get -y install ccache clang cmake curl google-perftools libmysqlclient- if [[ $CONTINUOUS_INTEGRATION || $DOCKER ]]; then sudo add-apt-repository -y ppa:mhier/libboost-latest && sudo apt update && sudo apt-get -y install build-essential cmake-data \ - libboost1.74-dev libbz2-dev libncurses5-dev libmysql++-dev libgoogle-perftools-dev libreadline6-dev libssl-dev libtool mysql-client \ + libboost1.74-dev libbz2-dev libncurses5-dev libmysql++-dev libgoogle-perftools-dev libreadline6-dev libssl-dev libtool \ openssl zlib1g-dev else case $UBUNTU_VERSION in |