Skip to content

Commit 0784958

Browse files
committed
brew install parallel for ci .yml/macos
1 parent 63b34c2 commit 0784958

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1430,6 +1430,7 @@ jobs:
14301430
if: startsWith(matrix.config.os, 'macos')
14311431
shell: bash
14321432
run: |
1433+
brew install parallel
14331434
echo "CC=clang" >> $GITHUB_ENV
14341435
echo "CXX=clang++" >> $GITHUB_ENV
14351436

0 commit comments

Comments
 (0)