From 94ee8ce31b51e9d97706c4d0c4eaebdba41ccc54 Mon Sep 17 00:00:00 2001 From: Kevin Bost Date: Sat, 5 Oct 2024 23:02:27 -0700 Subject: [PATCH] Restore dotnet workloads --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f53bce1..5f7f6fc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -131,6 +131,7 @@ jobs: mkdir TestAvalonia Push-Location TestAvalonia dotnet new keboo.avalonia + dotnet workload restore dotnet build @@ -151,7 +152,7 @@ jobs: if: ${{ github.event_name != 'pull_request' }} name: Push NuGets runs-on: ubuntu-latest - needs: [build, test-console, test-wpf, test-library] + needs: [build, test-console, test-wpf, test-library, test-avalonia] steps: - name: Download NuGet Artifacts