name:My build action requiring more spaceon:pushjobs:build:name:Build my artifactruns-on:ubuntu-lateststeps: -name:Maximize build spaceuses:easimon/maximize-build-space@masterwith:root-reserve-mb:512swap-size-mb:1024remove-dotnet:'true'-name:Checkoutuses:actions/checkout@v3-name:Buildrun:|echo...
Might want to consider using this https://github.com/easimon/maximize-build-space to maximize the available build space, it also able to increase swap size after maximizing space. Contributor easterNday commented Dec 15, 2023 Thanks for your suggestion, I will try it and let me know if yo...
Theeasimon/maximize-build-spaceaction is a victim of GitHub changing stuff about how the runners are set up. A lot of the functionality is broken, and this affects us becauseroot-reserve-mbdoesn't work anymore. GitHub runners changes causes the root reserve argument to be non-functionaleasimo...