diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dacfdaaf67..b8da0928ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,8 +32,6 @@ jobs: # per bug https://github.com/gazebosim/gz-sim/issues/1409 cmake-args: '-DCMAKE_INSTALL_PREFIX=/usr -DBUILD_DOCS=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo' codecov-enabled: true - cppcheck-enabled: true - cpplint-enabled: true apt-dependencies: libdwarf-dev libdw-dev binutils-dev noble-ci: @@ -52,4 +50,6 @@ jobs: with: # per bug https://github.com/gazebosim/gz-sim/issues/1409 cmake-args: '-DCMAKE_INSTALL_PREFIX=/usr -DBUILD_DOCS=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo' + cppcheck-enabled: true + cpplint-enabled: true apt-dependencies: libdwarf-dev libdw-dev binutils-dev