File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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-filesystem1.74-dev, libboost-system1.74-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
4949 - name : Install compilation dependencies [Windows/C++]
5050 if : matrix.os == 'windows-latest'
5151 run : |
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
5959 echo "Adding symlink to vcpkg..."
6060 cmd /c mklink /d c:\Tools\vcpkg c:\vcpkg
6161 cd ~
You can’t perform that action at this time.
0 commit comments