Skip to content

Commit 2177b05

Browse files
authored
fix: Skipping package signing check during workload installation (#2878)
1 parent 4d239a5 commit 2177b05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/environment/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ runs:
4242
maui-android \
4343
${{ runner.os == 'macOS' && 'maui-ios maui-maccatalyst maui-windows maui-tizen' || '' }} \
4444
${{ runner.os == 'Windows' && 'maui-windows' || '' }} \
45-
--temp-dir "${{ runner.temp }}" --from-rollback-file rollback.json
45+
--temp-dir "${{ runner.temp }}" --from-rollback-file rollback.json \
46+
--skip-sign-check
4647
4748
# We build Sentry.Maui for every supported MAUI target so we can access platform-specific features.
4849
# That includes Tizen. We don't need the entire Tizen SDK, but we do need the base Tizen workload.

0 commit comments

Comments
 (0)