Skip to content

Commit

Permalink
Update ROS binaries (#397) (#399)
Browse files Browse the repository at this point in the history
Signed-off-by: Yadunund <[email protected]>
(cherry picked from commit 2c2228f)

Co-authored-by: yadunund <[email protected]>
  • Loading branch information
mergify[bot] and Yadunund authored Jan 9, 2025
1 parent fdb2a9d commit 782676b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
if: ${{ matrix.BUILD_TYPE == 'source' }}
- name: Install Coverage Tools
if: ${{ matrix.BUILD_TYPE == 'binary' }}
run: sudo apt update && sudo apt install -y python3-colcon-coveragepy-result python3-colcon-lcov-result lcov
run: sudo apt update && sudo apt upgrade -y && sudo apt install -y python3-colcon-coveragepy-result python3-colcon-lcov-result lcov
- name: Build and run tests
id: action-ros-ci
uses: ros-tooling/[email protected]
Expand Down

0 comments on commit 782676b

Please sign in to comment.