Skip to content

Commit 866e90e

Browse files
Update MacOS dependency installation command
1 parent 9d07416 commit 866e90e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
submodules: recursive
2020
- name: (MacOS) Install dependencies
2121
if: runner.os == 'macOS'
22-
run: brew install lld libomp boost
22+
run: brew install llvm lld libomp boost
2323
- name: (Linux) Install dependencies
2424
if: runner.os == 'Linux'
2525
run: sudo apt-get update && sudo apt-get install -yq libomp-dev libboost-dev libboost-serialization-dev libboost-program-options-dev libboost-filesystem-dev libboost-iostreams-dev

0 commit comments

Comments
 (0)