Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add core dump debugging for build workflow
The build workflow has been updated with the ability to generate and handle core dumps for debugging purposes. 'gdb' was added to the build tools, the system was configured to enable core dumps, and a step was added to check for and report on any core dumps that occur during the build process. These updates will provide valuable debugging information in the event of a build failure.
- Loading branch information