Update copilot-setup-steps.yml
Some checks failed
Copilot Setup Steps / copilot-setup-steps (push) Has been cancelled

This commit is contained in:
aricloverEXTRA 2026-06-14 03:03:23 -05:00 committed by GitHub
parent a0a6fac8bc
commit 55d3626a3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,13 +44,6 @@ jobs:
echo "Found version reference in: $YT_VERSION_FILE"
echo "This helps Copilot detect when patches break due to upstream updates."
- name: Dry-run tweak build
run: |
echo "Running dry-run build to detect patch failures..."
make clean
make package FINALPACKAGE=0 || true
echo "Build completed (errors allowed). Copilot will analyze logs."
- name: Collect build logs
run: |
mkdir -p build-logs