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 67be026 commit cb50e2fCopy full SHA for cb50e2f
.github/actions/environment/action.yml
@@ -41,7 +41,7 @@ runs:
41
run: >
42
dotnet workload install \
43
maui-android \
44
- ${{ runner.os == 'macOS' && 'maui-ios maui-maccatalyst maui-windows' || '' }} \
+ ${{ runner.os == 'macOS' && 'ios maui-ios maui-maccatalyst maui-windows' || '' }} \
45
${{ runner.os == 'Windows' && 'maui-windows' || '' }} \
46
--temp-dir "${{ runner.temp }}" --from-rollback-file rollback.json
47
@@ -52,4 +52,3 @@ runs:
52
- name: Log what we have in the workloads
53
shell: bash
54
run: dotnet workload update
55
-
0 commit comments