NxCloud offers caching and storing the build artifacts (of fine-grained libraries) in their cloud, so both CI and developers in their local machines can reuse the the build artifacts.
But NxCloud is paid. And I wonder if it's possible to use pure Nx
tool but leverage the plain cache storage of the Github Actions instead, so at least the CI can reuse the build artifacts across PRs? (I'm aware and accept in that case the cache wouldn't be reused by developers in their local machines.)