build/circleci: apt update before installing
hope this fixes the spurious apt install failures
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user