Skip to content

Commit 62bb606

Browse files
authored
Add 'make recompile' to copilot agent setup workflow (#1551)
1 parent a055854 commit 62bb606

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,7 @@ jobs:
5151
- name: Build code
5252
run: make build
5353
continue-on-error: true
54+
55+
- name: Recompile workflows
56+
run: make recompile
57+
continue-on-error: true

0 commit comments

Comments
 (0)