From 3efb4c39f8949ceda06758b208f56da772bb67bd Mon Sep 17 00:00:00 2001 From: Michael Ferguson Date: Mon, 5 Aug 2024 22:09:59 -0400 Subject: [PATCH] define for rosdep --- .github/workflows/basic-build-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/basic-build-ci.yaml b/.github/workflows/basic-build-ci.yaml index de3b63eb..dee47c81 100644 --- a/.github/workflows/basic-build-ci.yaml +++ b/.github/workflows/basic-build-ci.yaml @@ -25,7 +25,7 @@ jobs: run: | bash -c 'source /opt/ros/rolling/setup.bash; \ apt-get update && apt-get upgrade -y && rosdep update; \ - rosdep install --from-paths src --ignore-src -y' + rosdep install --from-paths src --ignore-src --rosdistro=rolling -y' - name: Build Workspace run: | bash -c 'source /opt/ros/rolling/setup.bash; \