From 946f8f753fbafbe5b63eca9583c1f75ce6ec6efc Mon Sep 17 00:00:00 2001 From: aa89227 <110518135+aa89227@users.noreply.github.com> Date: Tue, 2 Apr 2024 21:15:30 +0800 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 c62b908..cd4e984 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -20,6 +20,8 @@ jobs: uses: actions/setup-dotnet@v4 with: dotnet-version: 8.0.x + - name: Install Aspire + run: dotnet workload install aspire - name: Restore dependencies run: dotnet restore - name: Build