Skip to content

Commit

Permalink
install dotnet all version for unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
ikpil committed Oct 13, 2024
1 parent a225e32 commit ecc02f1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ matrix.dotnet-version }}.x
dotnet-version: |
6
7
8
- name: Restore dependencies
run: dotnet restore
Expand Down

0 comments on commit ecc02f1

Please sign in to comment.