We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdf2106 commit 8669e4cCopy full SHA for 8669e4c
.github/actions/environment/action.yml
@@ -42,8 +42,7 @@ runs:
42
shell: bash
43
run: >
44
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' || '' }} \
+ wasm-tools wasm-tools-net8 maui-android maui-ios maui-windows \
+ ${{ runner.os == 'macOS' && 'maui-maccatalyst macos' || '' }} \
48
--temp-dir "${{ runner.temp }}" \
49
--skip-sign-check
0 commit comments