From 765c870b7e54e1752783414b5c10c98f400939f5 Mon Sep 17 00:00:00 2001 From: Max Katz Date: Wed, 20 Sep 2023 18:44:27 -0700 Subject: [PATCH] Update dotnet.yml --- .github/workflows/dotnet.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index e121011..a94b649 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -20,6 +20,8 @@ jobs: uses: actions/setup-dotnet@v3 with: dotnet-version: 7.0.x + - name: Restore workloads + run: dotnet workload restore - name: Restore dependencies run: dotnet restore - name: Build