File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 with :
4444 dotnet-version : ${{ env.DOTNET_VERSION }}
4545
46- - name : Install MAUI workload
47- run : dotnet workload install maui
48- continue-on-error : true
46+ - name : Install MAUI workloads
47+ run : dotnet workload restore
4948
5049 - name : Cache NuGet packages
5150 uses : actions/cache@v5
Original file line number Diff line number Diff line change 4747 with :
4848 dotnet-version : ${{ env.DOTNET_VERSION }}
4949
50- - name : Install MAUI workload
51- run : dotnet workload install maui
52- continue-on-error : true
50+ - name : Install MAUI workloads
51+ run : dotnet workload restore
5352
5453 - name : Cache NuGet packages
5554 uses : actions/cache@v5
Original file line number Diff line number Diff line change 6262 with :
6363 dotnet-version : ${{ env.DOTNET_VERSION }}
6464
65- - name : Install MAUI workload
66- run : dotnet workload install maui
67- continue-on-error : true
65+ - name : Install MAUI workloads
66+ run : dotnet workload restore
6867
6968 - name : Cache NuGet packages
7069 uses : actions/cache@v5
You can’t perform that action at this time.
0 commit comments