Skip to content

Commit 34e685f

Browse files
author
Petr Sramek
committed
wait what?
1 parent d74b058 commit 34e685f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111

1212
jobs:
1313
build:
14+
name: Build with .NET ${{ matrix.netversion }}
1415
runs-on: ubuntu-latest
1516

1617
strategy:
@@ -19,7 +20,7 @@ jobs:
1920

2021
steps:
2122
- uses: actions/checkout@v3
22-
- name: Setup .NET 9
23+
- name: Setup .NET ${{ matrix.netversion }}
2324
uses: actions/setup-dotnet@v3
2425
with:
2526
dotnet-version: ${{ matrix.netversion }}.x

0 commit comments

Comments
 (0)