Skip to content

Commit 15f0022

Browse files
committed
add specific step for restoring aspire workload
1 parent 5ccdf5f commit 15f0022

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pr-validation.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
- name: Update version
2929
shell: pwsh
3030
run: ./build.ps1
31+
32+
- name: Install Aspire workload
33+
run: dotnet workload restore
3134

3235
- name: Restore dependencies
3336
run: dotnet restore

0 commit comments

Comments
 (0)