diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index fc10511..53a090a 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -46,6 +46,8 @@ jobs: run: dotnet tool restore - name: dotnet restore run: dotnet restore -p:Configuration=Release + - name: dotnet workload restore + run: dotnet workload restore -p:Configuration=Release - name: save nuget cache uses: actions/cache/save@v3 if: steps.nuget-cache.outputs.cache-hit != 'true'