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

Commit

Permalink
Use sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
j-rivero authored Mar 1, 2024
1 parent fa89945 commit 14e7b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
working-directory: ros_ws
run: |
# gflags is required by drake_cmake_installed
apt-get update && apt-get install -y libgflags-dev
sudo apt-get update && sudo apt-get install -y libgflags-dev
. /opt/ros/rolling/setup.bash
. install/setup.bash
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 14e7b5f

Please sign in to comment.