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 7474
7575 - name : Upload ici's target_ws/install folder
7676 uses : rhaschke/upload-ici-workspace@main
77- if : success() && matrix.env.CLANG_TIDY
77+ if : success() && matrix.env.IMAGE == 'jammy-ci'
7878 with :
7979 subdir : target_ws/install
8080
@@ -117,7 +117,7 @@ jobs:
117117 runs-on : ubuntu-latest
118118 needs : ici
119119 container :
120- image : moveit/moveit:noetic-source
120+ image : moveit/moveit:jammy-ci
121121 steps :
122122 - name : Checkout
123123 uses : actions/checkout@v4
@@ -127,7 +127,7 @@ jobs:
127127 - name : Install dependencies
128128 run : |
129129 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
131131 pip install -r core/doc/requirements.txt
132132
133133 - name : Download ICI workspace
You can’t perform that action at this time.
0 commit comments