Freeing disk space on GitHub Actions runners
Recently the GitHub Actions-based build process for my driveway-monitor software started to fail due to lack of disk space on the GitHub Actions runner machine. This manifested through the clear-enough failure message, System.IO.IOException: No space left on device.
This job is using the ubuntu-latest runner, which currently == ubuntu-22. …