Attempt to restore Linux build with dotnet7

This commit is contained in:
Wojtek Figat
2023-01-04 19:01:21 +01:00
parent c4e4e38c4f
commit 0872002dae
2 changed files with 19 additions and 4 deletions

View File

@@ -16,9 +16,9 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
- name: Check .NET versions
- name: Print .NET info
run: |
dotnet --list-sdks
dotnet --info
- name: Checkout LFS
run: |
git lfs version
@@ -40,6 +40,9 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
- name: Print .NET info
run: |
dotnet --info
- name: Checkout LFS
run: |
git lfs version