Commit eb72514
fix: skip Windows LSP server build in release workflow
tliron/kutil v0.3.11 calls output.EnableWindowsANSIConsole() as a
method on *termenv.Output, but termenv v0.15.2 exposes it as a
package-level function. This breaks cross-compilation for Windows.
Server and wfctl Windows builds are unaffected.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 929d97b commit eb72514
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
| 191 | + | |
| 192 | + | |
192 | 193 | | |
193 | 194 | | |
194 | 195 | | |
| |||
0 commit comments