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 c1e845a commit dbb5a9bCopy full SHA for dbb5a9b
.github/workflows/build.yml
@@ -111,7 +111,7 @@ jobs:
111
run: dotnet tool restore
112
113
- name: Run Uno Check to Install Dependencies
114
- if: ${{ matrix.multitarget == 'wasm' || matrix.multitarget == 'ios' || matrix.multitarget == 'android' || matrix.multitarget == 'macos' || matrix.multitarget == 'uwp' }}
+ if: ${{ matrix.multitarget != 'wasdk' && matrix.multitarget != 'linuxgtk' && matrix.multitarget != 'wpf' }}
115
run: >
116
dotnet tool run uno-check
117
--ci
0 commit comments