Skip to content

Commit 55d3626

Browse files
Update copilot-setup-steps.yml
1 parent a0a6fac commit 55d3626

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,6 @@ jobs:
4444
echo "Found version reference in: $YT_VERSION_FILE"
4545
echo "This helps Copilot detect when patches break due to upstream updates."
4646
47-
- name: Dry-run tweak build
48-
run: |
49-
echo "Running dry-run build to detect patch failures..."
50-
make clean
51-
make package FINALPACKAGE=0 || true
52-
echo "Build completed (errors allowed). Copilot will analyze logs."
53-
5447
- name: Collect build logs
5548
run: |
5649
mkdir -p build-logs

0 commit comments

Comments
 (0)