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.
1 parent 9d07416 commit 866e90eCopy full SHA for 866e90e
1 file changed
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
submodules: recursive
20
- name: (MacOS) Install dependencies
21
if: runner.os == 'macOS'
22
- run: brew install lld libomp boost
+ run: brew install llvm lld libomp boost
23
- name: (Linux) Install dependencies
24
if: runner.os == 'Linux'
25
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