attempt fix CI

This commit is contained in:
Evil Factory
2022-06-15 14:35:31 -03:00
committed by GitHub
parent a6948a09bd
commit 7c662da164
+4 -1
View File
@@ -16,7 +16,10 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
dotnet-version: |
6.0.x
5.0.x
include-prerelease: true
- name: Restore dependencies
run: dotnet restore LinuxSolution.sln
- name: Build