Skip to content

Commit 21e438a

Browse files
committed
[ros-o] .github/workflows/config.yml download unreleased files
1 parent 8e2df18 commit 21e438a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/config.yml

+9
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,15 @@ jobs:
192192
rosdep install -qq -r -y --from-path . --ignore-src || echo "OK"
193193
shell: bash
194194

195+
- name: Download unreleased files
196+
run: |
197+
source /opt/ros/one/setup.bash
198+
set -x
199+
cd ~/ws/src
200+
# rosinstall_generator libsiftfast --rosdistro noetic
201+
git clone https://github.com/tork-a/jsk_3rdparty-release.git -b release/noetic/libsiftfast/2.1.28-1
202+
shell: bash
203+
195204
- name: Compile Packages
196205
run: |
197206
source /opt/ros/one/setup.bash

0 commit comments

Comments
 (0)