Commit bb93169
Fix Windows CI PowerShell vs bash error
- Add 'shell: bash' to Install dependencies step
- Resolves PowerShell syntax error on Windows: "Missing '(' after 'if' in if statement"
- Windows runners default to PowerShell but step uses bash syntax
- Ensures consistent bash shell usage across all platforms (macOS, Linux, Windows)
- Matches pattern already used in other CI steps
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent dd221e2 commit bb93169
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
0 commit comments