mirror of
https://github.com/espressif/openthread.git
synced 2026-07-28 14:47:46 +00:00
[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:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user