Skip to content

Commit

Permalink
add missing dotnet versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniil Tolstoukhov committed Nov 19, 2024
1 parent 2118598 commit 0d97ace
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: ${{ env.DOTNET_VERSION }}
dotnet-version: |
${{ env.DOTNET_VERSION }}
3.1.x
6.0.x
- name: Install dependencies
run: dotnet restore ./GroBuf.sln --verbosity minimal && dotnet tool restore
Expand Down

0 comments on commit 0d97ace

Please sign in to comment.