Commit f80c76a
fix: exclude jq dependency on all Windows platforms (#371)
Fixes #357 - Windows installation failures due to jq compilation requirements
The jq package requires C compilation which fails on Windows without Visual Studio Build Tools. The previous condition only excluded Windows ARM64, leaving x64 Windows still trying to compile jq.
Changed the dependency condition to exclude jq on all Windows platforms.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 7751dd4 commit f80c76a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments