Skip to content

Commit dbb5a9b

Browse files
committed
Update .github/workflows/build.yml
1 parent c1e845a commit dbb5a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
run: dotnet tool restore
112112

113113
- name: Run Uno Check to Install Dependencies
114-
if: ${{ matrix.multitarget == 'wasm' || matrix.multitarget == 'ios' || matrix.multitarget == 'android' || matrix.multitarget == 'macos' || matrix.multitarget == 'uwp' }}
114+
if: ${{ matrix.multitarget != 'wasdk' && matrix.multitarget != 'linuxgtk' && matrix.multitarget != 'wpf' }}
115115
run: >
116116
dotnet tool run uno-check
117117
--ci

0 commit comments

Comments
 (0)