Skip to content

Commit

Permalink
Install .NET 8 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bash committed Jan 13, 2025
1 parent 57abd91 commit 25e920e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
name: Install Current .NET SDK
- uses: actions/setup-dotnet@v4
name: 'Install .NET SDK 8.0'
with:
dotnet-version: '8.0.x'
- uses: actions/setup-dotnet@v4
name: 'Install .NET SDK 7.0'
with:
Expand Down

0 comments on commit 25e920e

Please sign in to comment.