Skip to content

Commit 2c9e64f

Browse files
chore: fixed macos build
1 parent bf1eafd commit 2c9e64f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install macOS reqs
3838
if: ${{ matrix.env.runner == 'macos-latest' }}
3939
run: |
40-
brew install llvm cmake cppcheck clang-format gcc pre-commit
40+
brew install llvm cppcheck clang-format gcc pre-commit
4141
4242
- name: Build
4343
run: |

0 commit comments

Comments
 (0)