Skip to content

Commit 2a633b9

Browse files
committed
Don't install 'ninja' for MacOS CI builds
Not needed, it's already included in the environment
1 parent 0da5fec commit 2a633b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1787,7 +1787,7 @@ jobs:
17871787
if: startsWith(matrix.config.os, 'macos')
17881788
shell: bash
17891789
run: |
1790-
env brew install parallel ninja
1790+
env brew install parallel
17911791
echo "CC=clang" >> $GITHUB_ENV
17921792
echo "CXX=clang++" >> $GITHUB_ENV
17931793

0 commit comments

Comments
 (0)