[script] install gtest and gmock (#11358)

This commit is contained in:
Yakun Xu
2025-03-24 08:29:53 -07:00
committed by GitHub
parent a41490ea40
commit 8c23a588ca
3 changed files with 10 additions and 13 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ install_packages_apt()
# apt-get update and install dependencies
sudo apt-get update
sudo apt-get --no-install-recommends install -y g++ lsb-release cmake ninja-build shellcheck
sudo apt-get --no-install-recommends install -y g++ lsb-release cmake ninja-build shellcheck libgtest-dev libgmock-dev
echo 'Installing GNU Arm Embedded Toolchain...'