Current builds operate very closely on the limit of free disk space, i.e., increasing the disk space usage by just a bit will make CI runs fail due to insufficient disk space. The pending #746 will do just that. This PR uses a Github Action that implements several measures to free up disk space at the beginning of the run and activates one that is currently enough and very fast to execute (remove swap storage).
Current builds operate very closely on the limit of free disk space, i.e., increasing the disk space usage by just a bit will make CI runs fail due to insufficient disk space. The pending #746 will do just that. This PR uses a Github Action that implements several measures to free up disk space at the beginning of the run and activates one that is currently enough and very fast to execute (remove swap storage).