mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-16 14:52:15 +08:00
rm cppcheck (#34248)
This commit is contained in:
@@ -23,7 +23,6 @@ function install_ubuntu_common_requirements() {
|
||||
$SUDO apt-get install -y --no-install-recommends \
|
||||
ca-certificates \
|
||||
clang \
|
||||
cppcheck \
|
||||
build-essential \
|
||||
gcc-arm-none-eabi \
|
||||
liblzma-dev \
|
||||
|
||||
@@ -31,7 +31,6 @@ if [[ $(command -v brew) == "" ]]; then
|
||||
fi
|
||||
|
||||
brew bundle --file=- <<-EOS
|
||||
brew "cppcheck"
|
||||
brew "git-lfs"
|
||||
brew "zlib"
|
||||
brew "capnp"
|
||||
|
||||
Reference in New Issue
Block a user