diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index b8f29071..885d89ab 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -19,6 +19,8 @@ jobs: dotnet-version: 8.x - name: Restore dependencies run: dotnet restore + - name: Restore workloads + run: dotnet workload restore - name: Build run: dotnet build --no-restore - name: Test