Skip to content

Commit 53cc496

Browse files
committed
ci: update build-executables.yml to clarify dotnet setup step description
1 parent 2303172 commit 53cc496

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-executables.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
- name: Checkout repository
1717
uses: actions/checkout@v4
1818

19-
# Step 2: Set dotnet
20-
- name: Setup dotnet ${{ matrix.dotnet-version }}
19+
# Step 2: Set dotnet SDK
20+
- name: Setup dotnet SDK
2121
uses: actions/setup-dotnet@v3
2222
with:
2323
dotnet-version: '8.x'

0 commit comments

Comments
 (0)