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:
Nicholas Dudfield
2025-10-30 16:17:40 +07:00
parent 0559b6c418
commit a4a4126bdc