Skip to content

Commit db7de8b

Browse files
authored
Add dependency install step
1 parent 444e5ad commit db7de8b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
steps:
1818
- uses: actions/[email protected]
1919

20+
- name: Install dependencies
21+
run: ./eng/common/native/install-dependencies.sh
2022
- name: Restore solution
2123
run: ./build.sh --restore --excludecibinarylog --warnaserror false /p:BuildAllConfigurations=true /p:DotNetBuildAllRuntimePacks=true
2224
- name: Put dotnet on the path

0 commit comments

Comments
 (0)