Skip to content

Commit

Permalink
CI: Fix doc job
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke committed Dec 26, 2024
1 parent 4dfcf09 commit 2d0244b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:

- name: Upload ici's target_ws/install folder
uses: rhaschke/upload-ici-workspace@main
if: success() && matrix.env.CLANG_TIDY
if: success() && matrix.env.IMAGE == 'jammy-ci'
with:
subdir: target_ws/install

Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
runs-on: ubuntu-latest
needs: ici
container:
image: moveit/moveit:noetic-source
image: moveit/moveit:jammy-ci
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -127,7 +127,7 @@ jobs:
- name: Install dependencies
run: |
apt-get update -q
apt-get install -y doxygen graphviz python3-pip ros-noetic-py-binding-tools
apt-get install -y doxygen graphviz python3-pip ros-one-moveit-ros ros-one-py-binding-tools libfmt8
pip install -r core/doc/requirements.txt
- name: Download ICI workspace
Expand Down

0 comments on commit 2d0244b

Please sign in to comment.