Commit db008ee
committed
ci: skip LFS in Copilot cloud agent checkout
The Copilot cloud agent job fails during its internal clone because
app/assets/windows/arm64/OpenConsole.pdb is a 30 MB LFS object that
does not exist on the fork's LFS server (upstream LFS objects are not
copied to forks).
The agent only works on source files (Rust, UI, config) and has no
need for Windows ARM64 debug symbols. Adding .github/copilot/setup-steps.yml
with lfs: false tells the Copilot runtime to skip LFS hydration on checkout,
removing the failure path entirely.
Ref: 63cdd881 parent cb99d00 commit db008ee
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments