We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cmake
1 parent 0a92eda commit e41e020Copy full SHA for e41e020
.github/workflows/ci.yml
@@ -90,8 +90,9 @@ jobs:
90
- name: Install packages (macOS)
91
if: runner.os == 'macOS'
92
run: |
93
- # `bash` needed b/c macOS ships with bash 3, which doesn't support arrays properly
94
- brew install -q cmake ninja gpg llvm@${{ matrix.clang-version }} bash
+ # `cmake` needed, but should be already installed.
+ # `bash` needed b/c macOS ships with bash 3, which doesn't support arrays properly.
95
+ brew install -q ninja gpg llvm@${{ matrix.clang-version }} bash
96
97
- name: cargo build --release
98
0 commit comments