Skip to content

Commit b0e6ba8

Browse files
committed
Sudo install dependencies + info
1 parent db7de8b commit b0e6ba8

File tree

1 file changed

+3
-1
lines changed

1 file 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
@@ -18,8 +18,10 @@ jobs:
1818
- uses: actions/[email protected]
1919

2020
- name: Install dependencies
21-
run: ./eng/common/native/install-dependencies.sh
21+
run: sudo ./eng/common/native/install-dependencies.sh
2222
- name: Restore solution
2323
run: ./build.sh --restore --excludecibinarylog --warnaserror false /p:BuildAllConfigurations=true /p:DotNetBuildAllRuntimePacks=true
2424
- name: Put dotnet on the path
2525
run: echo "PATH=$PWD/.dotnet:$PATH" >> $GITHUB_ENV
26+
- name: Run dotnet info
27+
run: dotnet --info

0 commit comments

Comments
 (0)