Skip to content

Commit

Permalink
install azd workload
Browse files Browse the repository at this point in the history
  • Loading branch information
Drazzz committed Jul 26, 2024
1 parent 29965aa commit e5e4400
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
- name: 👨‍💻 Check-out code
uses: actions/checkout@v4

- name: Install azd
uses: Azure/setup-azd@v1.0.0

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

- name: 👨‍🔧 Setup .NET Core SDK
uses: actions/setup-dotnet@v4
with:
Expand Down

0 comments on commit e5e4400

Please sign in to comment.