Skip to content

Commit

Permalink
🔨 Fixing failing CI.
Browse files Browse the repository at this point in the history
Signed-off-by: Bey Hao Yun <[email protected]>
  • Loading branch information
cardboardcode committed Mar 17, 2024
1 parent dbdfca6 commit d46f13c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/coveralls_ci_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,11 @@ jobs:
container:
image: ros:humble-ros-base
steps:
- uses: actions/checkout@v2
- name: Build colcon tools
run: |
sudo apt-get update
sudo apt-get install -y python3-pip
pip install -U colcon-common-extensions
- name: Build your ROS 2 package
run: |
colcon build

0 comments on commit d46f13c

Please sign in to comment.