Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit df7343f

Browse files
authoredNov 26, 2024··
[GithubActions] Adding new dependencies of CoppeliaSimInterfaceZMQ.
1 parent f6d5443 commit df7343f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎.github/workflows/python_package.yml

Lines changed: 4 additions & 4 deletions
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-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: |
@@ -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
5959
echo "Adding symlink to vcpkg..."
6060
cmd /c mklink /d c:\Tools\vcpkg c:\vcpkg
6161
cd ~

0 commit comments

Comments
 (0)
Please sign in to comment.