We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 444e5ad commit db7de8bCopy full SHA for db7de8b
.github/workflows/copilot-setup-steps.yml
@@ -17,6 +17,8 @@ jobs:
17
steps:
18
- uses: actions/checkout@v4.2.2
19
20
+ - name: Install dependencies
21
+ run: ./eng/common/native/install-dependencies.sh
22
- name: Restore solution
23
run: ./build.sh --restore --excludecibinarylog --warnaserror false /p:BuildAllConfigurations=true /p:DotNetBuildAllRuntimePacks=true
24
- name: Put dotnet on the path
0 commit comments