Skip to content

Commit cb50e2f

Browse files
committed
suddenly I need iOS?
1 parent 67be026 commit cb50e2f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/actions/environment/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ runs:
4141
run: >
4242
dotnet workload install \
4343
maui-android \
44-
${{ runner.os == 'macOS' && 'maui-ios maui-maccatalyst maui-windows' || '' }} \
44+
${{ runner.os == 'macOS' && 'ios maui-ios maui-maccatalyst maui-windows' || '' }} \
4545
${{ runner.os == 'Windows' && 'maui-windows' || '' }} \
4646
--temp-dir "${{ runner.temp }}" --from-rollback-file rollback.json
4747
@@ -52,4 +52,3 @@ runs:
5252
- name: Log what we have in the workloads
5353
shell: bash
5454
run: dotnet workload update
55-

0 commit comments

Comments
 (0)