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

@@ -177,7 +177,7 @@ runs:
echo "Base-action dependencies installed"
cd -
# Install Claude Code globally
bun install -g @anthropic-ai/claude-code@1.0.81
curl -fsSL https://claude.ai/install.sh | bash -s 1.0.81
- name: Setup Network Restrictions
if: steps.prepare.outputs.contains_trigger == 'true' && inputs.experimental_allowed_domains != ''