Skip to content

Commit

Permalink
Install NET6 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
LumpBloom7 committed Feb 19, 2024
1 parent 9552d56 commit a61083b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
with:
dotnet-version: "3.1.x"

- name: Install .NET 6.0.x
uses: actions/setup-dotnet@v1
with:
dotnet-version: "6.0.x"

- name: Install .NET 8.0.x
uses: actions/setup-dotnet@v1
with:
Expand Down

0 comments on commit a61083b

Please sign in to comment.