build: add apt update that seems needed for when dependencies update or packages are removed

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2021-02-23 11:30:10 +01:00
committed by Ron Evans
parent 9f06798cb9
commit afcc9d6608
+2
View File
@@ -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 \