Skip to content

Commit 2d0244b

Browse files
committed
CI: Fix doc job
1 parent 4dfcf09 commit 2d0244b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
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

0 commit comments

Comments
 (0)