build.yml #216
Annotations
2 errors and 1 warning
run (9189ac18287c599860e878e905da550aa6dec1cd, 1.39.0, stable, 19, stable, 1.84.1, release, debug...
The self-hosted runner: lab-z6r4v-runner-brvs6 lost communication with the server. Verify the machine is running and has a healthy network connection. Anything in your workflow that terminates the runner process, starves it for CPU/Memory, or blocks its network access can cause this error.
|
summary
Process completed with exit code 1.
|
Magic Nix Cache is deprecated:
.github/workflows/build.yml#L94
Magic Nix Cache has been deprecated due to a change in the underlying GitHub APIs and will stop working on 1 February 2025.
To continue caching Nix builds in GitHub Actions, use FlakeHub Cache instead.
Replace...
uses: "DeterminateSystems/magic-nix-cache-action@main"
...with...
uses: "DeterminateSystems/flakehub-cache-action@main"
For more details: https://dtr.mn/magic-nix-cache-eol
|