Skip to content

Commit 541cdb8

Browse files
committed
Fix workflow
1 parent 8416e11 commit 541cdb8

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424

2525
- name: Setup .NET Core
2626
uses: actions/setup-dotnet@v4
27-
with:
28-
dotnet-version: 7.0.x
2927

3028
- name: Install dependencies
3129
run: dotnet restore

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525

2626
- name: Setup .NET Core
2727
uses: actions/setup-dotnet@v4
28-
with:
29-
dotnet-version: 7.0.x
3028

3129
- name: Install dependencies
3230
run: dotnet restore

0 commit comments

Comments
 (0)