diff --git a/.github/actions/environment/action.yml b/.github/actions/environment/action.yml index 455a2b0954..386351065b 100644 --- a/.github/actions/environment/action.yml +++ b/.github/actions/environment/action.yml @@ -42,8 +42,7 @@ runs: shell: bash run: > dotnet workload install \ - wasm-tools wasm-tools-net8 maui-android \ - ${{ runner.os == 'macOS' && 'maui-ios maui-maccatalyst maui-windows macos' || '' }} \ - ${{ runner.os == 'Windows' && 'maui-windows' || '' }} \ + wasm-tools wasm-tools-net8 maui-android maui-ios maui-windows \ + ${{ runner.os == 'macOS' && 'maui-maccatalyst macos' || '' }} \ --temp-dir "${{ runner.temp }}" \ --skip-sign-check