3rdparty / eventuals-grpc

C++ asynchronous interface for gRPC based on https://github.com/3rdparty/eventuals.
Apache License 2.0
20 stars 5 forks source link

Remove redundant GitHub action's step #54

Closed ArthurBandaryk closed 2 years ago

ArthurBandaryk commented 2 years ago

This PR removes redundant step in the ubuntu.yml. Why? The answer is the following: check this. As you can see from the link above we already have preinstalled Clang on Ubuntu 20.04, that's why KyleMayes/install-llvm-action is not relevant for us.