From 577a8ef05cd64a1a1c811b660f45f49ce937d9c7 Mon Sep 17 00:00:00 2001 From: Daniel Agar <daniel@agar.ca> Date: Tue, 10 Oct 2017 15:14:07 -0400 Subject: [PATCH] circleci fix homebrew by updating first (#8104) --- circle.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/circle.yml b/circle.yml index c08931a6ba..b42fdd0fb5 100644 --- a/circle.yml +++ b/circle.yml @@ -16,6 +16,7 @@ dependencies: # PX4 OSX instructions 2017-07-28: https://dev.px4.io/en/setup/dev_env_mac.html # After installing Homebrew, run these commands in your shell to install the common tools: + - brew update - brew tap PX4/px4 - brew install px4-dev -- GitLab