Skip to content

Commit 651af6d

Browse files
Update Linux dependency installation in build.yml
1 parent 0505edf commit 651af6d

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
@@ -22,7 +22,7 @@ jobs:
2222
run: brew install boost
2323
- name: (Linux) Install dependencies
2424
if: runner.os == 'Linux'
25-
run: sudo apt-get update && sudo apt-get install -yq 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-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)