Skip to content

Commit d8f3b5e

Browse files
committed
Update build.yml
1 parent ca916e1 commit d8f3b5e

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; 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)