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 5bdfd86
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,16 @@ jobs:
# setup build tools
apt install -qq -y cmake build-essential catkin ros-one-rosbash
- name: Download unreleased files
run: |
source /opt/ros/one/setup.bash
set -x
mkdir -p ~/ws/src
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: Setup Workspace
run: |
source /opt/ros/one/setup.bash
Expand Down

0 comments on commit 5bdfd86

Please sign in to comment.