From 4b31891ab5ac32cda49b33fa5b487532be878fd5 Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Wed, 16 Nov 2022 02:48:27 -0300 Subject: [PATCH] Drop net6 setup on prior to dotnet format Unnecessary too --- .github/workflows/build.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 30f7086..831bb61 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -87,10 +87,5 @@ jobs: submodules: recursive fetch-depth: 0 - - name: ⚙ dotnet - uses: actions/setup-dotnet@v1 - with: - dotnet-version: '6.0.x' - - name: ✓ ensure format run: dotnet format --verify-no-changes -v:diag --exclude ~/.nuget