Skip to content

Commit

Permalink
ci: disable uno.check
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Jan 28, 2024
1 parent de7b5eb commit d9f6374
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build_uno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
solution-path: PrismLibrary_Uno.slnf
dotnet-version: 8.0.100
windows-sdk-version: 18362
uno-check: true
install-workload: maui maui-tizen macos maui-windows maui-maccatalyst maccatalyst maui-ios ios android maui-android wasm-tools tvos
uno-check: false
uno-check-version: 1.18.1
uno-check-parameters: '--skip xcode --skip gtk3 --skip vswin --skip vsmac'
run-tests: false
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ jobs:
solution-path: PrismLibrary_Uno.slnf
dotnet-version: 8.0.100
windows-sdk-version: 18362
uno-check: true
install-workload: maui maui-tizen macos maui-windows maui-maccatalyst maccatalyst maui-ios ios android maui-android wasm-tools tvos
uno-check: false
uno-check-version: 1.18.1
uno-check-parameters: '--skip xcode --skip gtk3 --skip vswin --skip vsmac'
run-tests: false
Expand Down

0 comments on commit d9f6374

Please sign in to comment.