update workflow

This commit is contained in:
Mih4n
2023-10-26 19:06:47 +03:00
parent 65cbb2f624
commit 3497798cc9

View File

@@ -21,7 +21,7 @@ jobs:
with:
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore
run: dotnet restore -f spworlds-csharp-library
- name: Build
run: dotnet build --configuration Release --no-restore -f spworlds-csharp-library
- name: Test