Closed namark closed 1 year ago
The GHA runner was running out of disk space, and also at some point upgraded the C++ standard library to a version that is not available in plain Ubuntu 20.04. Workarounds taken from https://github.com/jens-maus/RaspberryMatic/blob/d5044bef3307bc61166377c162569de1a61cf332/.github/workflows/ci.yml#L34-L40 and https://github.com/actions/runner-images/issues/3432. If Github fixes these issues in the future the workaround might fail and would need to be removed, but reading through some similar issues I've found I'm not sure what their stance on this is.
The GHA runner was running out of disk space, and also at some point upgraded the C++ standard library to a version that is not available in plain Ubuntu 20.04. Workarounds taken from https://github.com/jens-maus/RaspberryMatic/blob/d5044bef3307bc61166377c162569de1a61cf332/.github/workflows/ci.yml#L34-L40 and https://github.com/actions/runner-images/issues/3432. If Github fixes these issues in the future the workaround might fail and would need to be removed, but reading through some similar issues I've found I'm not sure what their stance on this is.