bluebuild doesn't like tabs for indentation in recipes?
So, GitHub actions is reporting that apparently from my recipe file, the first column is invalid
the first column is... a regular tab character
this doesn't happen on my other image, ublue-niri where instead of tabs I use spaces
...what's going on here?
Solution:Jump to solution
The yaml file specification requires the use of spaces instead of tabs when indenting
1 Reply
Solution
The yaml file specification requires the use of spaces instead of tabs when indenting