File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 5
5
workflow_dispatch :
6
6
7
7
jobs :
8
- ubuntu2004and2204 :
8
+ ubuntu2004 :
9
9
runs-on : ubuntu-20.04
10
10
# env:
11
11
steps :
27
27
run : |
28
28
cd staging
29
29
cp ../ros_from_src/*yaml underlay_ws/src
30
+ sed -i 's/[email protected] :/https:\/\/github.com\//' underlay_ws/src/underlay_repos.yaml
30
31
# override rosconsole in 20.04 for log4cxx compatibility
31
- ROSCONSOLE=https://github.com/ros/rosconsole underlay_ws/git_clone.sh
32
+ underlay_ws/git_clone.sh
32
33
33
34
- name : local build
34
35
run : |
Original file line number Diff line number Diff line change 28
28
run : |
29
29
cd staging
30
30
cp ../ros_from_src/*yaml underlay_ws/src
31
- # override rosconsole in 20.04 for log4cxx compatibility
32
- ROSCONSOLE=https://github.com/ros/rosconsole underlay_ws/git_clone.sh
31
+ sed -i 's/[email protected] :/https:\/\/github.com\//' underlay_ws/src/underlay_repos.yaml
32
+ underlay_ws/git_clone.sh
33
33
34
34
- name : local build
35
35
run : |
You can’t perform that action at this time.
0 commit comments