Skip to content

Commit

Permalink
[GithubActions] Fixing boost import for windows and ubuntu.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmarinho authored Nov 26, 2024
1 parent bad3ea1 commit ae5bef1
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,7 +41,7 @@ jobs:
- name: Install compilation dependencies [Ubuntu/C++]
if: matrix.os == 'ubuntu-20.04'
run: |
sudo apt install libeigen3-dev libzmq3-dev libboost-filesystem-dev, libboost-system-dev
sudo apt install libeigen3-dev libzmq3-dev libboost-all-dev
- name: Install compilation dependencies [MacOS/C++]
if: matrix.os == 'macos-latest'
run: |
Expand All @@ -55,7 +55,7 @@ jobs:
.\bootstrap-vcpkg.bat
vcpkg integrate install
echo "Installing dependencies..."
.\vcpkg install eigen3:x64-windows cppzmq
.\vcpkg install eigen3:x64-windows cppzmq boost
echo "Adding symlink to vcpkg..."
cmd /c mklink /d c:\Tools\vcpkg c:\vcpkg
cd ~
Expand Down

0 comments on commit ae5bef1

Please sign in to comment.