In https://github.com/Nullus157/.github/actions/runs/5048663303 I'm seeing a bunch of error annotations:
Error: ENOENT: no such file or directory, opendir '/home/runner/.cargo/registry/index'
stepping into one of the jobs these are coming from the post-run action when it goes to clean the registry before caching, presumably because I have no dependencies so no registry data is downloaded https://github.com/Nullus157/.github/actions/runs/5048663303/jobs/9057129303#step:7:31 (this workflow is using rust-cache implicitly via actions-rust-lang/setup-rust-toolchain).
In https://github.com/Nullus157/.github/actions/runs/5048663303 I'm seeing a bunch of error annotations:
stepping into one of the jobs these are coming from the post-run action when it goes to clean the registry before caching, presumably because I have no dependencies so no registry data is downloaded https://github.com/Nullus157/.github/actions/runs/5048663303/jobs/9057129303#step:7:31 (this workflow is using
rust-cacheimplicitly viaactions-rust-lang/setup-rust-toolchain).