Skip to content

Commit

Permalink
Update ubuntu_20_04.yml put yamls in right dir
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasw authored Jul 18, 2024
1 parent d301b09 commit 7b608ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ubuntu_20_04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@ jobs:
mkdir staging
cd staging
cp ../ros_from_src/*sh .
cp ../ros_from_src/*yaml .
sudo ./dependencies.sh
pip install vcstool
- name: local git dependencies
run: |
cd staging
mkdir -p underlay_ws/src
cp ../ros_from_src/*yaml underlay_ws/src
# override rosconsole in 20.04 for log4cxx compatibility
ROSCONSOLE=https://github.com/ros/rosconsole ./git_clone.sh
Expand Down

0 comments on commit 7b608ef

Please sign in to comment.