Skip to content

Commit 032f2c9

Browse files
Update dependency installation for macOS and Linux
1 parent 651af6d commit 032f2c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
submodules: recursive
2020
- name: (MacOS) Install dependencies
2121
if: runner.os == 'macOS'
22-
run: brew install boost
22+
run: brew install llvm libomp boost
2323
- name: (Linux) Install dependencies
2424
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
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
2626
- name: Configure CMake
2727
# Use a bash shell so we can use the same syntax for environment variable
2828
# access regardless of the host operating system

0 commit comments

Comments
 (0)