Skip to content

Commit cea4665

Browse files
committed
Drop unnecessary forced net6 install
It's built-in agents already
1 parent 1f76e14 commit cea4665

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,6 @@ jobs:
5353
submodules: recursive
5454
fetch-depth: 0
5555

56-
- name: ⚙ dotnet
57-
uses: actions/setup-dotnet@v1
58-
if: matrix.os != 'windows-latest'
59-
with:
60-
dotnet-version: '6.0.x'
61-
6256
- name: 🙏 build
6357
run: dotnet build -m:1 -p:VersionLabel="$GITHUB_REF.$GITHUB_RUN_NUMBER"
6458

@@ -93,10 +87,5 @@ jobs:
9387
submodules: recursive
9488
fetch-depth: 0
9589

96-
- name: ⚙ dotnet
97-
uses: actions/setup-dotnet@v1
98-
with:
99-
dotnet-version: '6.0.x'
100-
10190
- name: ✓ ensure format
10291
run: dotnet format --verify-no-changes -v:diag --exclude ~/.nuget

.github/workflows/publish.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ jobs:
2121
submodules: recursive
2222
fetch-depth: 0
2323

24-
- name: ⚙ dotnet
25-
uses: actions/setup-dotnet@v1
26-
with:
27-
dotnet-version: '6.0.x'
28-
2924
- name: 🙏 build
3025
run: dotnet build -m:1 -p:version=${GITHUB_REF#refs/*/v}
3126

0 commit comments

Comments
 (0)