Skip to content

Commit ae5bef1

Browse files
authored
[GithubActions] Fixing boost import for windows and ubuntu.
1 parent bad3ea1 commit ae5bef1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python_package.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install compilation dependencies [Ubuntu/C++]
4242
if: matrix.os == 'ubuntu-20.04'
4343
run: |
44-
sudo apt install libeigen3-dev libzmq3-dev libboost-filesystem-dev, libboost-system-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: |
@@ -55,7 +55,7 @@ jobs:
5555
.\bootstrap-vcpkg.bat
5656
vcpkg integrate install
5757
echo "Installing dependencies..."
58-
.\vcpkg install eigen3:x64-windows cppzmq
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)