Skip to content

Commit e9214e5

Browse files
committed
Merge setup-dotnet
Signed-off-by: Aliaksandr Kukrash <multiarc@gmail.com>
1 parent dbb7059 commit e9214e5

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,9 @@ jobs:
3636
- name: "Install .NET 6.0 SDK"
3737
uses: actions/setup-dotnet@v4.2.0
3838
with:
39-
dotnet-version: 6.0.x
40-
- name: "Install .NET 8.0 SDK"
41-
uses: actions/setup-dotnet@v4.2.0
42-
with:
43-
dotnet-version: 8.0.x
39+
dotnet-version: |
40+
6.0.x
41+
8.0.x
4442
- name: "Dotnet Tool Restore"
4543
run: dotnet tool restore
4644
shell: pwsh

0 commit comments

Comments
 (0)