diff options
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 41598d6b8..bf36f30a2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -132,6 +132,7 @@ commands: - run: name: "Install apt dependencies" command: | + sudo apt-get update sudo apt-get install \ gcc-arm-linux-gnueabihf \ libc6-dev-armel-cross \ @@ -190,6 +191,7 @@ commands: - run: name: "Install apt dependencies" command: | + sudo apt-get update sudo apt-get install \ gcc-arm-linux-gnueabihf \ libc6-dev-armel-cross \ |