Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Clean up and require gflags
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero committed Mar 1, 2024
1 parent c90950f commit fa89945
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
shell: bash
working-directory: ros_ws
run: |
# gflags is required by drake_cmake_installed
apt-get update && apt-get install -y libgflags-dev
. /opt/ros/rolling/setup.bash
. install/setup.bash
cat /home/runner/work/ros-drake-vendor/ros-drake-vendor/ros_ws/install/share/drake/cmake/drake-extras.cmake
colcon graph
colcon build --merge-install --packages-select drake_cmake_installed drake_cmake_installed_apt drake_ament_cmake_installed --event-handlers=console_direct+ --cmake-args --trace-expand --trace-source=/home/runner/work/ros-drake-vendor/ros-drake-vendor/ros_ws/install/share/drake/cmake/drake-extras.cmake
colcon build --merge-install --packages-select drake_cmake_installed drake_cmake_installed_apt drake_ament_cmake_installed --event-handlers=console_direct+

0 comments on commit fa89945

Please sign in to comment.