Skip to content

Commit 10499ac

Browse files
committed
Temporarily limit WinUI and multitarget options in build matrix for Uno/Wasm compatibility
1 parent 9657827 commit 10499ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ jobs:
6060
strategy:
6161
fail-fast: false # prevent one matrix pipeline from being cancelled if one fails, we want them all to run to completion.
6262
matrix:
63-
winui: [2, 3]
64-
multitarget: ['uwp', 'wasdk', 'wasm', 'wpf', 'linuxgtk', 'macos', 'ios', 'android']
63+
winui: [2] # Temporary until we can get Uno/Wasm working
64+
multitarget: ['uwp'] # Temporary until we can get Uno/Wasm working
6565
exclude:
6666
# WinUI 2 not supported on wasdk
6767
- winui: 2

0 commit comments

Comments
 (0)