aminya / setup-cpp

Install all the tools required for building and testing C++/C projects.
Apache License 2.0
185 stars 27 forks source link

fix: skip sudo/apt calls if packages are already installed #255

Closed aminya closed 1 month ago

aminya commented 1 month ago

This allows skipping calls to apt-get that need sudo if the packages are already installed. This means many of the binary packages (e.g. cmake, ninja) can be installed without sudo.