From 823dac6479e0a02a75be1ef4d4723530d69e626f Mon Sep 17 00:00:00 2001 From: Jose Luis Blanco-Claraco Date: Wed, 23 Aug 2023 00:25:44 +0200 Subject: [PATCH] fix ci --- .github/workflows/build-ros.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-ros.yml b/.github/workflows/build-ros.yml index 0a0a2b9b..3cf26eb6 100644 --- a/.github/workflows/build-ros.yml +++ b/.github/workflows/build-ros.yml @@ -54,6 +54,8 @@ jobs: - name: Checkout submodules run: | + sudo apt-get -y update + sudo apt-get -y install git git submodule update --init --recursive - name: setup ROS environment @@ -64,7 +66,6 @@ jobs: - name: Install rosdep dependencies run: | # See bug/issue: https://github.com/orgs/community/discussions/47863 - sudo apt-get -y update rosdep install --from-paths . --ignore-src -r -y - name: Build with colcon