Skip to content

Commit 4938741

Browse files
committed
Install required workloads
1 parent 9c26248 commit 4938741

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/myget.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
dotnet-version: '8.0.x'
1717
- name: Set env
1818
run: echo "DOTNET_CLI_TELEMETRY_OPTOUT=1" >> $GITHUB_ENV
19+
- name: Install required workloads
20+
run: |
21+
dotnet workload install android ios maccatalyst tvos macos maui wasm-tools --source https://aka.ms/dotnet8/nuget/index.json --source https://api.nuget.org/v3/index.json
1922
- uses: dotnet/nbgv@master
2023
id: nbgv
2124
- name: Pack

0 commit comments

Comments
 (0)