From 782676b032261c1f9fc728068e719ad0c81d5d64 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 10:06:58 +0100 Subject: [PATCH] Update ROS binaries (#397) (#399) Signed-off-by: Yadunund (cherry picked from commit 2c2228f675494946494db724473173eec4ff56ea) Co-authored-by: yadunund --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 49241ef1..f6313226 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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/action-ros-ci@v0.3