From 24682e5431f6fe61639d89f0da3c34bcbd1a5ae2 Mon Sep 17 00:00:00 2001 From: Nathan Kellenicki Date: Thu, 15 Nov 2018 12:11:00 -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 6e11f49..efe45ed 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: apt-get install bluetooth bluez libbluetooth-dev libudev-dev + - run: sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev - run: npm install - save_cache: