Skip to content

Commit 9e4a9f2

Browse files
author
Murilo M. Marinho
committed
Merge branch 'master' of github.com:dqrobotics/python
2 parents 7f965ae + ae5bef1 commit 9e4a9f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/python_package.yml

+4-4
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
44+
sudo apt install libeigen3-dev libzmq3-dev libboost-all-dev
4545
- name: Install compilation dependencies [MacOS/C++]
4646
if: matrix.os == 'macos-latest'
4747
run: |
48-
brew install eigen
48+
brew install eigen cppzmq boost
4949
- name: Install compilation dependencies [Windows/C++]
5050
if: matrix.os == 'windows-latest'
5151
run: |
@@ -54,8 +54,8 @@ jobs:
5454
cd C:\vcpkg
5555
.\bootstrap-vcpkg.bat
5656
vcpkg integrate install
57-
echo "Installing eigen3..."
58-
.\vcpkg install eigen3:x64-windows
57+
echo "Installing dependencies..."
58+
.\vcpkg install eigen3:x64-windows cppzmq boost
5959
echo "Adding symlink to vcpkg..."
6060
cmd /c mklink /d c:\Tools\vcpkg c:\vcpkg
6161
cd ~

0 commit comments

Comments
 (0)