Skip to content

Commit a852e0b

Browse files
christsoclaude
andcommitted
fix(ci): use npm package for copilot CLI instead of curl installer
The curl installer was producing corrupted binaries. npm install @github/copilot is more reliable and version-pinnable. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 29ea7c1 commit a852e0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/evals.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: bun run build
3333

3434
- name: Install GitHub Copilot CLI
35-
run: curl -fsSL https://gh.io/copilot-install | bash
35+
run: npm install -g @github/copilot
3636

3737
- name: Install Pi CLI
3838
run: npm install -g @mariozechner/pi-coding-agent || echo "pi-cli install failed (non-fatal)"

0 commit comments

Comments
 (0)