From 21e438ae14c7e32b283450e774767eb6df2b4395 Mon Sep 17 00:00:00 2001 From: Kei Okada Date: Sat, 28 Dec 2024 03:26:33 +0000 Subject: [PATCH] [ros-o] .github/workflows/config.yml download unreleased files --- .github/workflows/config.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/config.yml b/.github/workflows/config.yml index 9838b0a103..247dbebeac 100644 --- a/.github/workflows/config.yml +++ b/.github/workflows/config.yml @@ -192,6 +192,15 @@ jobs: rosdep install -qq -r -y --from-path . --ignore-src || echo "OK" shell: bash + - name: Download unreleased files + run: | + source /opt/ros/one/setup.bash + set -x + cd ~/ws/src + # rosinstall_generator libsiftfast --rosdistro noetic + git clone https://github.com/tork-a/jsk_3rdparty-release.git -b release/noetic/libsiftfast/2.1.28-1 + shell: bash + - name: Compile Packages run: | source /opt/ros/one/setup.bash