ZedThree / clang-tidy-review

Create a pull request review based on clang-tidy warnings
MIT License
90 stars 45 forks source link

Add "apt-get update" for "apt_packages" option #58

Closed marcluque closed 2 years ago

marcluque commented 2 years ago

By running "apt-get update" before installing the listed packages, we make sure that the package sources are up-to-date. This addresses #57.

Please note that I am not too familiar with Python. Perhaps there is a more concise way to write the changes. Please feel free to let me know how it could be improved!

ZedThree commented 2 years ago

Awesome, thanks @marcluque ! I've made a new release (v0.10.1) so you can start using this straight away