Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
k94ll13nn3 committed Sep 1, 2024
1 parent 89a0719 commit d9d465e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
fetch-depth: 0 # for minver
- name: Setup .NET
uses: actions/setup-dotnet@v4
- name: Setup .NET 5
uses: actions/setup-dotnet@v4
with:
dotnet-version: 5.0.408
- name: Setup .NET 6
uses: actions/setup-dotnet@v4
with:
Expand Down

0 comments on commit d9d465e

Please sign in to comment.