mirror of
https://github.com/zrepl/zrepl.git
synced 2025-02-16 10:29:54 +01:00
build/circleci: apt update before installing
hope this fixes the spurious apt install failures
This commit is contained in:
parent
f7aa26d418
commit
8a5af2f80e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user