diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 1341755..7d1411a 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -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