We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
boost
1 parent df7343f commit bad3ea1Copy full SHA for bad3ea1
.github/workflows/python_package.yml
@@ -41,11 +41,11 @@ jobs:
41
- name: Install compilation dependencies [Ubuntu/C++]
42
if: matrix.os == 'ubuntu-20.04'
43
run: |
44
- sudo apt install libeigen3-dev libzmq3-dev libboost-filesystem1.74-dev, libboost-system1.74-dev
+ sudo apt install libeigen3-dev libzmq3-dev libboost-filesystem-dev, libboost-system-dev
45
- name: Install compilation dependencies [MacOS/C++]
46
if: matrix.os == 'macos-latest'
47
48
- brew install eigen cppzmq
+ brew install eigen cppzmq boost
49
- name: Install compilation dependencies [Windows/C++]
50
if: matrix.os == 'windows-latest'
51
0 commit comments