We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32c907c commit a24eeb5Copy full SHA for a24eeb5
.github/workflows/dotnet-windows.yml
@@ -42,8 +42,8 @@ jobs:
42
- name: Workload install
43
run: dotnet workload install maui
44
45
- - name: Install Windows Runtime Pack
46
- run: dotnet workload install microsoft-net-runtime-windows-net9.0
+ - name: Install Windows SDK
+ run: dotnet workload install maui-windows
47
48
- name: Restore library dependencies
49
run: dotnet restore ${{env.LIB_CSPROJ}}
0 commit comments