Skip to content

Commit

Permalink
Fix buildfarm dependency (#834)
Browse files Browse the repository at this point in the history
* Add yaml-cpp dependency

* revert other fix
  • Loading branch information
ygoumaz authored Jul 18, 2023
1 parent f8006a5 commit 16efd3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci_after_init.bash
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ NIGHTLY_DATE=`date --date="${LAST_NIGHTLY_DAY_OLD} day ago" +"%-d_%-m_%Y"`
WEBOTS_NIGHTLY_VERSION="nightly_${NIGHTLY_DATE}"

apt update
apt install -y wget dialog apt-utils psmisc lsb-release git libyaml-cpp-dev
apt install -y wget dialog apt-utils psmisc lsb-release git
wget https://github.com/cyberbotics/webots/releases/download/${WEBOTS_NIGHTLY_VERSION}/webots_${WEBOTS_RELEASE_VERSION}_amd64.deb -O /tmp/webots.deb
apt install -y /tmp/webots.deb xvfb

Expand Down
1 change: 1 addition & 0 deletions webots_ros2_driver/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<depend>tinyxml2_vendor</depend>
<depend>webots_ros2_msgs</depend>
<depend>webots_ros2_importer</depend>
<depend>yaml-cpp</depend>

<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
Expand Down

0 comments on commit 16efd3b

Please sign in to comment.