Skip to content

Commit

Permalink
Install aspire workload in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianEdwards authored May 24, 2024
1 parent 16b75c2 commit bd59228
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
with:
global-json-file: "./global.json"

- name: Install Aspire workload
run: dotnet workload install aspire

- name: Restore dependencies
run: dotnet restore

Expand Down

0 comments on commit bd59228

Please sign in to comment.