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 cb50e2f commit 1ed4aa1Copy full SHA for 1ed4aa1
.github/actions/environment/action.yml
@@ -41,14 +41,19 @@ runs:
41
run: >
42
dotnet workload install \
43
maui-android \
44
- ${{ runner.os == 'macOS' && 'ios maui-ios maui-maccatalyst maui-windows' || '' }} \
+ ${{ runner.os == 'macOS' && 'maui-ios maui-maccatalyst maui-windows' || '' }} \
45
${{ runner.os == 'Windows' && 'maui-windows' || '' }} \
46
--temp-dir "${{ runner.temp }}" --from-rollback-file rollback.json
47
48
- name: Restore workloads
49
shell: bash
50
run: dotnet workload restore
51
52
+ - name: Update workloads
53
+ shell: bash
54
+ run: dotnet workload update
55
+
56
- name: Log what we have in the workloads
57
58
run: dotnet workload update
59
0 commit comments