install dotnet all version for unittest

This commit is contained in:
ikpil 2024-10-13 15:04:37 +09:00
parent a225e32a5a
commit ecc02f12e4
1 changed files with 4 additions and 1 deletions

View File

@ -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