We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2520575 commit cc084aeCopy full SHA for cc084ae
1 file changed
.github/workflows/code_quality.yml
@@ -29,7 +29,7 @@ jobs:
29
env:
30
TARGET_CMAKE_ARGS: "-DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_BUILD_TYPE=Debug -DTESSERACT_ENABLE_CODE_COVERAGE=ON -DTESSERACT_WARNINGS_AS_ERRORS=OFF"
31
container:
32
- image: ghcr.io/tesseract-robotics/tesseract:${{ matrix.distro }}-master
+ image: ghcr.io/tesseract-robotics/tesseract:noble-master
33
34
CCACHE_DIR: "$GITHUB_WORKSPACE/${{ matrix.job_type }}/.ccache"
35
DEBIAN_FRONTEND: noninteractive
0 commit comments