[continuous-integration] use apt-get instead of apt (#5032)

This commit changes apt to apt-get for the WARNING in build logs:

WARNING: apt does not have a stable CLI interface. Use with caution in
scripts.
This commit is contained in:
Yakun Xu
2020-06-01 17:03:33 -07:00
committed by GitHub
parent 075c46c7b5
commit ba0b896b20
6 changed files with 75 additions and 77 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ set -e
install_packages_apt()
{
# apt update and install dependencies
# apt-get update and install dependencies
sudo apt-get update
sudo apt-get --no-install-recommends install -y automake g++ libtool lsb-release make cmake ninja-build