From 8fe9c0ef931a19be187fe8fceb3cf69e8864f80f Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Fri, 31 Dec 2021 10:08:34 -0800 Subject: [PATCH] mac_setup: install git-lfs --- tools/mac_setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/mac_setup.sh b/tools/mac_setup.sh index 1072c1caaf..0e260e715e 100755 --- a/tools/mac_setup.sh +++ b/tools/mac_setup.sh @@ -10,6 +10,7 @@ fi brew bundle --file=- <<-EOS brew "cmake" +brew "git-lfs" brew "zlib" brew "bzip2" brew "rust"