Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update action.yml
  • Loading branch information
jamescrosswell committed Jun 27, 2025
commit 01fea84bb3f0f1f2d38418168af52190a09ea538
5 changes: 1 addition & 4 deletions .github/actions/environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ runs:
shell: bash
run: |
pwd
dotnet workload install \
wasm-tools wasm-tools-net8 maui-android android mobile-librarybuilder \
${{ runner.os == 'macOS' && 'maui-ios maui-maccatalyst maui-windows macos' || '' }} \
${{ runner.os == 'Windows' && 'maui-ios maui-maccatalyst maui-windows' || '' }} \
dotnet workload restore \
--temp-dir "${{ runner.temp }}" \
--skip-sign-check
Loading