Skip to content

Commit 34c1bf6

Browse files
authored
Drop net6 forced install, it's built-in all agents now
1 parent ef8e7fa commit 34c1bf6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 6 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

0 commit comments

Comments
 (0)