fixing github actions

This commit is contained in:
BlubbFish 2021-04-10 20:35:47 +02:00
parent 3705d78dcd
commit 26c6f75ae9

View File

@ -21,7 +21,7 @@ jobs:
- name: Install dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.0.100
dotnet-version: '3.1.x'
- name: Build with dotnet
run: dotnet build Lora-Map.sln --configuration Release