Skip to content

Commit

Permalink
[GithubActions] Fixing boost dependency for macos and ubuntu.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmarinho authored Nov 26, 2024
1 parent df7343f commit bad3ea1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ jobs:
- name: Install compilation dependencies [Ubuntu/C++]
if: matrix.os == 'ubuntu-20.04'
run: |
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
- name: Install compilation dependencies [MacOS/C++]
if: matrix.os == 'macos-latest'
run: |
brew install eigen cppzmq
brew install eigen cppzmq boost
- name: Install compilation dependencies [Windows/C++]
if: matrix.os == 'windows-latest'
run: |
Expand Down

0 comments on commit bad3ea1

Please sign in to comment.