Skip to content

Commit

Permalink
Put shell scripts in right location in ubuntu_20_04.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasw authored Jul 18, 2024
1 parent 7b608ef commit 7359aaa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ubuntu_20_04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,22 @@ jobs:
run: |
mkdir staging
cd staging
cp ../ros_from_src/*sh .
sudo ./dependencies.sh
mkdir -p underlay_ws/src
cp ../ros_from_src/*sh underlay_ws
sudo underlay_ws/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
ROSCONSOLE=https://github.com/ros/rosconsole underlay_ws/git_clone.sh
- name: local build
run: |
cd staging
./build.sh
underlay_ws/build.sh
- name: docker build from source 20.04
run: |
Expand Down

0 comments on commit 7359aaa

Please sign in to comment.