From b79e68263059cc1e8d50320316296b823ee374aa Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Fri, 28 Jul 2017 10:50:53 -0400 Subject: [PATCH] circleci brew install fastrtps --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 535deaa1d4..65902158b3 100644 --- a/circle.yml +++ b/circle.yml @@ -17,7 +17,7 @@ dependencies: # After installing Homebrew, copy these commands to your shell: - brew tap PX4/px4 - brew update - - brew install genromfs gcc-arm-none-eabi ninja + - brew install genromfs gcc-arm-none-eabi ninja fastrtps # Then install the required python packages: - sudo -H easy_install pip