From 8a5af2f80ea314e0e251c932f909fdf81f156286 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Fri, 27 Sep 2019 14:06:53 +0200 Subject: [PATCH] build/circleci: apt update before installing hope this fixes the spurious apt install failures --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0710dbd..5a469a9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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