From 1a95adb22a0f149d9af26f6e368d3fc7980c857a Mon Sep 17 00:00:00 2001 From: Enis Necipoglu Date: Tue, 4 Jun 2024 15:29:29 +0300 Subject: [PATCH] Add restoring workloads to pipeline --- .github/workflows/dotnet.yml | 2 ++ 1 file changed, 2 insertions(+) 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