Skip to content

Commit a24eeb5

Browse files
committed
fix windows(?)
1 parent 32c907c commit a24eeb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
- name: Workload install
4343
run: dotnet workload install maui
4444

45-
- name: Install Windows Runtime Pack
46-
run: dotnet workload install microsoft-net-runtime-windows-net9.0
45+
- name: Install Windows SDK
46+
run: dotnet workload install maui-windows
4747

4848
- name: Restore library dependencies
4949
run: dotnet restore ${{env.LIB_CSPROJ}}

0 commit comments

Comments
 (0)