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 651af6d commit 032f2c9Copy full SHA for 032f2c9
1 file changed
.github/workflows/build.yml
@@ -19,10 +19,10 @@ jobs:
19
submodules: recursive
20
- name: (MacOS) Install dependencies
21
if: runner.os == 'macOS'
22
- run: brew install boost
+ run: brew install llvm 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-filesystem-dev libboost-iostreams-dev
+ 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
26
- name: Configure CMake
27
# Use a bash shell so we can use the same syntax for environment variable
28
# access regardless of the host operating system
0 commit comments