mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-28 22:45:49 +00:00
fix: indent heredoc content for valid YAML syntax
The heredoc content inside the run block needs proper indentation to be valid YAML. Without indentation, the YAML parser treats the lines as top-level keys, causing syntax errors. The generated CMake file will have leading spaces, but CMake handles this fine (whitespace-tolerant parser).
This commit is contained in: