pull/34251/head
Adeeb Shihadeh 4 months ago committed by GitHub
parent b6233838eb
commit d735db6113
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      tools/install_ubuntu_dependencies.sh
  2. 1
      tools/mac_setup.sh

@ -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"

Loading…
Cancel
Save