File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,11 +41,11 @@ jobs:
41
41
- name : Install compilation dependencies [Ubuntu/C++]
42
42
if : matrix.os == 'ubuntu-20.04'
43
43
run : |
44
- sudo apt install libeigen3-dev
44
+ sudo apt install libeigen3-dev libzmq3-dev libboost-all-dev
45
45
- name : Install compilation dependencies [MacOS/C++]
46
46
if : matrix.os == 'macos-latest'
47
47
run : |
48
- brew install eigen
48
+ brew install eigen cppzmq boost
49
49
- name : Install compilation dependencies [Windows/C++]
50
50
if : matrix.os == 'windows-latest'
51
51
run : |
54
54
cd C:\vcpkg
55
55
.\bootstrap-vcpkg.bat
56
56
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
59
59
echo "Adding symlink to vcpkg..."
60
60
cmd /c mklink /d c:\Tools\vcpkg c:\vcpkg
61
61
cd ~
You can’t perform that action at this time.
0 commit comments