We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
boost
1 parent bad3ea1 commit ae5bef1Copy full SHA for ae5bef1
.github/workflows/python_package.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Install compilation dependencies [Ubuntu/C++]
42
if: matrix.os == 'ubuntu-20.04'
43
run: |
44
- sudo apt install libeigen3-dev libzmq3-dev libboost-filesystem-dev, libboost-system-dev
+ sudo apt install libeigen3-dev libzmq3-dev libboost-all-dev
45
- name: Install compilation dependencies [MacOS/C++]
46
if: matrix.os == 'macos-latest'
47
@@ -55,7 +55,7 @@ jobs:
55
.\bootstrap-vcpkg.bat
56
vcpkg integrate install
57
echo "Installing dependencies..."
58
- .\vcpkg install eigen3:x64-windows cppzmq
+ .\vcpkg install eigen3:x64-windows cppzmq boost
59
echo "Adding symlink to vcpkg..."
60
cmd /c mklink /d c:\Tools\vcpkg c:\vcpkg
61
cd ~
0 commit comments