We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0a6fac commit 55d3626Copy full SHA for 55d3626
1 file changed
.github/workflows/copilot-setup-steps.yml
@@ -44,13 +44,6 @@ jobs:
44
echo "Found version reference in: $YT_VERSION_FILE"
45
echo "This helps Copilot detect when patches break due to upstream updates."
46
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
-
54
- name: Collect build logs
55
run: |
56
mkdir -p build-logs
0 commit comments