Skip to content

Commit

Permalink
Base code quality on master
Browse files Browse the repository at this point in the history
  • Loading branch information
rjoomen authored Jul 17, 2024
1 parent 9196308 commit f206d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
TARGET_CMAKE_ARGS: "-DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_BUILD_TYPE=Debug -DTESSERACT_ENABLE_CLANG_TIDY=ON -DTESSERACT_ENABLE_TESTING=ON"

container:
image: ghcr.io/tesseract-robotics/tesseract_qt:${{ matrix.os }}-0.22
image: ghcr.io/tesseract-robotics/tesseract_qt:${{ matrix.os }}-master
env:
CCACHE_DIR: "${{ github.workspace }}/${{ matrix.os }}/.ccache"
DEBIAN_FRONTEND: noninteractive
Expand Down

0 comments on commit f206d4f

Please sign in to comment.