Attempt to restore Linux build with dotnet7
This commit is contained in:
7
.github/workflows/build_windows.yml
vendored
7
.github/workflows/build_windows.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user