Skip to content

Commit ceca47d

Browse files
committed
Fix build
1 parent c5bdec1 commit ceca47d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dotnet.yml

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
with:
2828
dotnet-version: '9.0.x'
2929
dotnet-quality: 'preview'
30+
- name: Install Workloads
31+
run: dotnet workload install android macos ios maccatalyst maui tvos
3032
- name: Pack
3133
# TODO decide whether we want experimental builds to use Debug or Release - using Release for now...
3234
run: >-

0 commit comments

Comments
 (0)