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

Signed-off-by: deadprogram <ron@hybridgroup.com>
Этот коммит содержится в:
deadprogram 2021-02-23 11:30:10 +01:00 коммит произвёл Ron Evans
родитель 9f06798cb9
коммит afcc9d6608

Просмотреть файл

@ -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 \