Skip to content

Commit

Permalink
Install Aspire workload for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeminutillo committed Sep 20, 2024
1 parent 51dda58 commit c31371c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/validate-pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
uses: actions/[email protected]
with:
dotnet-version: 8.0.x
- name: Install .NET Aspire workload
run: |
dotnet workload update
dotnet workload install aspire
# Caching is done to limit data transfer on each PR, not to optimize CI speed
- name: Check docstool version for cache
run: |
Expand Down

0 comments on commit c31371c

Please sign in to comment.