build/circleci: apt update before installing

hope this fixes the spurious apt install failures
This commit is contained in:
Christian Schwarz 2019-09-27 14:06:53 +02:00
parent f7aa26d418
commit 8a5af2f80e

View File

@ -52,7 +52,7 @@ jobs:
paths:
- "/usr/include/google/protobuf"
- run: sudo apt install python3 python3-pip libgirepository1.0-dev
- run: sudo apt update && sudo apt install python3 python3-pip libgirepository1.0-dev
- run: ./lazy.sh devsetup
- run: make