Skip to content

Commit 0855e1f

Browse files
p1024kclaude
andcommitted
ci: use bash shell for clippy to fix Windows compatibility
PowerShell doesn't support backslash line continuation. By explicitly using bash shell, the clippy command works on all platforms including Windows (which has Git Bash pre-installed on GitHub Actions runners). Fixes error on Windows: "The term '-A' is not recognized as a name of a cmdlet..." Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent e810ea7 commit 0855e1f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
continue-on-error: true # Continue to next steps even if tests fail
4949

5050
- name: Run clippy
51+
shell: bash
5152
run: |
5253
# Allow some pre-existing warnings while keeping CI green
5354
# TODO: Fix these pre-existing warnings and remove the allows

0 commit comments

Comments
 (0)