Commit b5e3504
Fix YAML syntax error in vcpkg install step
PowerShell here-strings require content at column 0 which breaks YAML
block scalars. Use backtick newlines in a regular string instead.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 9b1f244 commit b5e3504
1 file changed
Lines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
| 97 | + | |
| 98 | + | |
103 | 99 | | |
104 | 100 | | |
105 | 101 | | |
| |||
0 commit comments