Closed Slids closed 1 year ago
https://github.com/actions/cache#skipping-steps-based-on-cache-hit should be helpful here.
Fixed with 98c2c64. The ubuntu packages libprotoc-dev
and libprotobuf-dev
provide the headers needed for the lisp protoc plugin. So, we can just use that instead for CI (and we should probably be suggesting the same for our install guide)
It's crazy we rebuild it on every submit. Shouldn't we be able to cache?