Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescrosswell committed Nov 4, 2024
1 parent cdf2106 commit 8669e4c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/actions/environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8669e4c

Please sign in to comment.