This project rebuilds gRPC for every PR/CI build. Perhaps it would be possible to use the GitHub actions/cache
action to cache the built gRPC static library, indexed by the submodule commit hash and OS/compiler. This could speed up the build pipeline.
AB#3114045