Switch to curl-based Claude Code installation (#452)

Replace bun install with official install script for more reliable
installation across different environments.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Ashwin Bhat
2025-08-15 09:11:02 -07:00
committed by GitHub
parent 432c7cc889
commit ae66eb6a64
2 changed files with 2 additions and 2 deletions

View File

@@ -118,7 +118,7 @@ runs:
- name: Install Claude Code
shell: bash
run: bun install -g @anthropic-ai/claude-code@1.0.81
run: curl -fsSL https://claude.ai/install.sh | bash -s 1.0.81
- name: Run Claude Code Action
shell: bash