Currently there is no way for a developer to specify whether to clean a machine (e.g. rm -rf build) on their PR build for the github workflow that runs linux built and test.
One workaround would be to replace a runner entirely, but that option is not available to most developers.
Currently there is no way for a developer to specify whether to clean a machine (e.g.
rm -rf build) on their PR build for the github workflow that runs linux built and test.One workaround would be to replace a runner entirely, but that option is not available to most developers.