Skip to content

Commit ee50d5d

Browse files
committed
Update build.yml
1 parent aba826a commit ee50d5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
with:
3636
dotnet-version: '9.0.200'
3737

38-
# - name: Add .NET Workloads
39-
# run: dotnet workload install maui macos
38+
- name: Add .NET Workloads
39+
run: dotnet workload install maui macos
4040

4141
- name: Build
4242
run: dotnet build Build.slnf /restore -m -property:Configuration=Release -property:PublicRelease=true

0 commit comments

Comments
 (0)