Skip to content

Commit 0708301

Browse files
authored
Add copilot-setup-steps.yml (#7481)
* Create copilot-setup-steps.yml * Use ubuntu-latest for copilot * chmod+x a few scripts * Checkout recursive
1 parent eb3ec14 commit 0708301

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
# The job MUST be called `copilot-setup-steps` or it will not be picked up by Copilot.
88
# See https://docs.github.com/en/copilot/customizing-copilot/customizing-the-development-environment-for-copilot-coding-agent
99
copilot-setup-steps:
10-
runs-on: 8-core-ubuntu-latest
10+
runs-on: ubuntu-latest
1111

1212
permissions:
1313
contents: read
@@ -16,6 +16,8 @@ jobs:
1616
# If you do not check out your code, Copilot will do this for you.
1717
steps:
1818
- uses: actions/[email protected]
19+
with:
20+
submodules: recursive
1921

2022
- name: Install Dependencies
2123
run: |

eng/common/native/init-os-and-arch.sh

100644100755
File mode changed.

eng/common/native/install-dependencies.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)