Skip to content

Commit 627ab7b

Browse files
committed
fix: remove redundant dotnet-version setup in CI workflow
1 parent 2fd281e commit 627ab7b

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ jobs:
2323

2424
- name: Setup .NET
2525
uses: actions/setup-dotnet@v5
26-
with:
27-
dotnet-version: ${{ matrix.dotnet-version }}
2826

2927
- name: Build projects
3028
shell: bash
@@ -44,8 +42,6 @@ jobs:
4442

4543
- name: Setup .NET
4644
uses: actions/setup-dotnet@v5
47-
with:
48-
dotnet-version: 10
4945

5046
- name: Build benchmarks
5147
shell: bash
@@ -61,8 +57,6 @@ jobs:
6157

6258
- name: Setup .NET
6359
uses: actions/setup-dotnet@v5
64-
with:
65-
dotnet-version: 10
6660

6761
- name: Build samples
6862
shell: bash

0 commit comments

Comments
 (0)