fixing github actions
This commit is contained in:
parent
3705d78dcd
commit
26c6f75ae9
2
.github/workflows/dotnetcore.yml
vendored
2
.github/workflows/dotnetcore.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
|||||||
- name: Install dotnet
|
- name: Install dotnet
|
||||||
uses: actions/setup-dotnet@v1
|
uses: actions/setup-dotnet@v1
|
||||||
with:
|
with:
|
||||||
dotnet-version: 3.0.100
|
dotnet-version: '3.1.x'
|
||||||
|
|
||||||
- name: Build with dotnet
|
- name: Build with dotnet
|
||||||
run: dotnet build Lora-Map.sln --configuration Release
|
run: dotnet build Lora-Map.sln --configuration Release
|
||||||
|
Loading…
Reference in New Issue
Block a user