Skip to content

Commit 1024914

Browse files
Copilotpelikhan
andcommitted
Add 'make recompile' step to copilot agent setup workflow
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
1 parent 4d4e7fa commit 1024914

3 files changed

Lines changed: 308 additions & 152 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)