From 8669e4c4c840809eb1e98dba4f458df312a30215 Mon Sep 17 00:00:00 2001 From: James Crosswell Date: Mon, 4 Nov 2024 20:41:43 +1300 Subject: [PATCH] Update action.yml --- .github/actions/environment/action.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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