From a19ccf55afdc417f2c75380772d4377f498907cd Mon Sep 17 00:00:00 2001 From: Wolfgang Hoenig Date: Thu, 4 Jul 2024 20:08:54 +0200 Subject: [PATCH] CI: add libboost --- .github/workflows/ci-ros2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-ros2.yml b/.github/workflows/ci-ros2.yml index b507b7a73..1626ca4ba 100644 --- a/.github/workflows/ci-ros2.yml +++ b/.github/workflows/ci-ros2.yml @@ -46,7 +46,7 @@ jobs: - name: install dependencies run: | sudo apt update - sudo apt install -y libusb-1.0-0-dev python3-pip python3-venv + sudo apt install -y libboost-program-options-dev libusb-1.0-0-dev python3-pip python3-venv - name: install pip dependencies # TODO: would be better to follow https://answers.ros.org/question/370666/how-to-declare-an-external-python-dependency-in-ros2/