mirror of
https://github.com/espressif/openthread.git
synced 2026-06-05 21:14:49 +00:00
f38c0a6774
This commit enhances the build process by introducing a mechanism to automatically clean intermediate build artifacts. Specifically, it configures the build script to remove object and archive files, a process that is conditionally activated, primarily within GitHub Actions workflows, to optimize build environments and manage disk space more efficiently.