Skip to content

Commit

Permalink
[ros-o] .github/workflows/config.yml download unreleased files
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Dec 28, 2024
1 parent 8e2df18 commit 18b98ce
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 18b98ce

Please sign in to comment.