Skip to content

Commit 8669e4c

Browse files
Update action.yml
1 parent cdf2106 commit 8669e4c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/actions/environment/action.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ runs:
4242
shell: bash
4343
run: >
4444
dotnet workload install \
45-
wasm-tools wasm-tools-net8 maui-android \
46-
${{ runner.os == 'macOS' && 'maui-ios maui-maccatalyst maui-windows macos' || '' }} \
47-
${{ runner.os == 'Windows' && 'maui-windows' || '' }} \
45+
wasm-tools wasm-tools-net8 maui-android maui-ios maui-windows \
46+
${{ runner.os == 'macOS' && 'maui-maccatalyst macos' || '' }} \
4847
--temp-dir "${{ runner.temp }}" \
4948
--skip-sign-check

0 commit comments

Comments
 (0)