Skip to content

Commit f4c0b2a

Browse files
committed
Merge remote-tracking branch 'origin/master' into NRMsalUpdate
2 parents d138c88 + ea5ae54 commit f4c0b2a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/NewsReader.CI.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
with:
2828
dotnet-version: '9'
2929

30+
- name: ⚙️ Install .NET MAUI
31+
run: dotnet workload install maui-android maui-ios
32+
3033
- name: ⚙️ .NET MAUI Version info
3134
run: dotnet workload list
3235

@@ -62,6 +65,9 @@ jobs:
6265
uses: actions/setup-dotnet@v4
6366
with:
6467
dotnet-version: '9'
68+
69+
- name: ⚙️ Install .NET MAUI
70+
run: dotnet workload install maui-android maui-windows maui-ios
6571

6672
- name: ⚙️ .NET MAUI Version info
6773
run: dotnet workload list
@@ -178,6 +184,9 @@ jobs:
178184
uses: actions/setup-dotnet@v4
179185
with:
180186
dotnet-version: '9'
187+
188+
- name: ⚙️ Install .NET MAUI
189+
run: dotnet workload install maui-android maui-ios
181190

182191
- name: 🕵️ Test
183192
run: |

0 commit comments

Comments
 (0)