Skip to content

Commit

Permalink
Drop net6 forced install, it's built-in all agents now
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu authored Nov 16, 2022
1 parent ef8e7fa commit 34c1bf6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,6 @@ jobs:
submodules: recursive
fetch-depth: 0

- name: ⚙ dotnet
uses: actions/setup-dotnet@v1
if: matrix.os != 'windows-latest'
with:
dotnet-version: '6.0.x'

- name: 🙏 build
run: dotnet build -m:1 -p:VersionLabel="$GITHUB_REF.$GITHUB_RUN_NUMBER"

Expand Down

0 comments on commit 34c1bf6

Please sign in to comment.