Skip to content

Commit

Permalink
Revert basing CI on Noble
Browse files Browse the repository at this point in the history
  • Loading branch information
rjoomen committed Jul 18, 2024
1 parent 4e743d6 commit f9599f7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
env:
TARGET_CMAKE_ARGS: "-DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_BUILD_TYPE=Debug -DTESSERACT_ENABLE_CODE_COVERAGE=ON -DTESSERACT_WARNINGS_AS_ERRORS=OFF"
container:
image: ghcr.io/tesseract-robotics/trajopt:noble-master
image: ghcr.io/tesseract-robotics/trajopt:jammy-master
env:
CCACHE_DIR: "$GITHUB_WORKSPACE/${{ matrix.job_type }}/.ccache"
DEBIAN_FRONTEND: noninteractive
Expand All @@ -45,7 +45,9 @@ jobs:
run: |
apt update
apt upgrade -y
apt install -y wget clang-tidy libompl-dev
apt install -y wget software-properties-common
add-apt-repository ppa:levi-armstrong/tesseract-robotics
apt install -y clang-tidy libompl-dev taskflow
- name: Build and Tests
uses: tesseract-robotics/colcon-action@v8
Expand Down

0 comments on commit f9599f7

Please sign in to comment.