From 4309a62c1b6b46fa4d8f2e82d58573e66bc19eec Mon Sep 17 00:00:00 2001 From: rullinoiz <46585763+rullinoiz@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:23:11 -0700 Subject: [PATCH] Update dotnet.yml --- .github/workflows/dotnet.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index efa3791..ef05eac 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -20,10 +20,10 @@ jobs: uses: actions/setup-dotnet@v3 with: dotnet-version: 8.0.x - - name: Restore dependencies - run: dotnet restore - name: Restore workloads run: dotnet workload restore + - name: Restore dependencies + run: dotnet restore - name: Build run: dotnet build --no-restore