File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 74
74
75
75
- name : Upload ici's target_ws/install folder
76
76
uses : rhaschke/upload-ici-workspace@main
77
- if : success() && matrix.env.CLANG_TIDY
77
+ if : success() && matrix.env.IMAGE == 'jammy-ci'
78
78
with :
79
79
subdir : target_ws/install
80
80
@@ -117,7 +117,7 @@ jobs:
117
117
runs-on : ubuntu-latest
118
118
needs : ici
119
119
container :
120
- image : moveit/moveit:noetic-source
120
+ image : moveit/moveit:jammy-ci
121
121
steps :
122
122
- name : Checkout
123
123
uses : actions/checkout@v4
@@ -127,7 +127,7 @@ jobs:
127
127
- name : Install dependencies
128
128
run : |
129
129
apt-get update -q
130
- apt-get install -y doxygen graphviz python3-pip ros-noetic- py-binding-tools
130
+ apt-get install -y doxygen graphviz python3-pip ros-one-moveit-ros ros-one- py-binding-tools libfmt8
131
131
pip install -r core/doc/requirements.txt
132
132
133
133
- name : Download ICI workspace
You can’t perform that action at this time.
0 commit comments