Windows-on-ARM-Experiments / mingw-woarm64-build

Workflows and build scripts for Windows on Arm64 GNU cross-compiler for `aarch64-w64-mingw32` target.
GNU General Public License v2.0
32 stars 4 forks source link

Delete build folders after successful builds #172

Closed Blackhex closed 2 months ago

Blackhex commented 2 months ago

Enabling ccache on advanced.yml revealed that we are reaching disk space limit of the default GHA runners for x86_64-pc-cygwin build (https://github.com/Windows-on-ARM-Experiments/mingw-woarm64-build/actions/runs/10283146312/job/28456360182). This PR will save some space by deleting build folders of individual components after they succesfully build.