Skip to content

Commit 388c5e2

Browse files
committed
Update build.yml
1 parent d8f3b5e commit 388c5e2

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
@@ -129,7 +129,7 @@ jobs:
129129
path: sdist
130130

131131
- name: Ensure Ninja not present on the system
132-
run: if which ninja then; false; fi
132+
run: if which ninja; then false; fi
133133

134134
- name: Install SDist
135135
run: pip install --no-binary=ninja $(ls sdist/*.tar.gz)[test] -Ccmake.define.BUILD_CMAKE_FROM_SOURCE=OFF

0 commit comments

Comments
 (0)