Skip to content

Commit a9df386

Browse files
committed
install .net 6
1 parent 6927524 commit a9df386

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ jobs:
2020
- name: Setup .NET Core
2121
uses: actions/setup-dotnet@v2
2222
with:
23-
dotnet-version: '8.x'
23+
dotnet-version: |
24+
'6.x'
25+
'8.x'
2426
2527
- name: Restore dependencies
2628
run: dotnet restore Microsoft-Perf-Tools-Linux-Android.sln

0 commit comments

Comments
 (0)