Skip to content

Commit bad3ea1

Browse files
authored
[GithubActions] Fixing boost dependency for macos and ubuntu.
1 parent df7343f commit bad3ea1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python_package.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ jobs:
4141
- name: Install compilation dependencies [Ubuntu/C++]
4242
if: matrix.os == 'ubuntu-20.04'
4343
run: |
44-
sudo apt install libeigen3-dev libzmq3-dev libboost-filesystem1.74-dev, libboost-system1.74-dev
44+
sudo apt install libeigen3-dev libzmq3-dev libboost-filesystem-dev, libboost-system-dev
4545
- name: Install compilation dependencies [MacOS/C++]
4646
if: matrix.os == 'macos-latest'
4747
run: |
48-
brew install eigen cppzmq
48+
brew install eigen cppzmq boost
4949
- name: Install compilation dependencies [Windows/C++]
5050
if: matrix.os == 'windows-latest'
5151
run: |

0 commit comments

Comments
 (0)