From b316f4f7a5bf79e5c801db8adf9f9d83668dcbcd Mon Sep 17 00:00:00 2001 From: Stefan Fabian Date: Fri, 10 May 2024 11:43:58 +0200 Subject: [PATCH] Foxy is EOL and needs options for rosdep. --- .github/workflows/lint-and-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-and-build.yaml b/.github/workflows/lint-and-build.yaml index 2c1d457..b4c2f0f 100644 --- a/.github/workflows/lint-and-build.yaml +++ b/.github/workflows/lint-and-build.yaml @@ -56,7 +56,7 @@ jobs: ref: ${{ matrix.setup.rosdistro }} - name: rosdep run: | - rosdep update + rosdep update --rosdistro ${{ matrix.setup.rosdistro }} --include-eol-distros rosdep install -y --from-paths src --ignore-src --rosdistro ${{ matrix.setup.rosdistro }} - name: build run: |