From 93b52dcae8422a34ea3294440420be99b1e7cf33 Mon Sep 17 00:00:00 2001 From: Nathan Kellenicki Date: Thu, 15 Nov 2018 12:12:10 -0800 Subject: [PATCH] Updated circleci config --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index efe45ed..1ccb34b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,7 +17,7 @@ jobs: # fallback to using the latest cache if no exact match is found - v1-dependencies- - - run: sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev + - run: sudo apt-get install -y bluetooth bluez libbluetooth-dev libudev-dev - run: npm install - save_cache: