diff --git a/.github/workflows/style.yaml b/.github/workflows/style.yaml index 13af605e..05f50511 100644 --- a/.github/workflows/style.yaml +++ b/.github/workflows/style.yaml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: check uncrustify version - run: apt-cache madison ros-iron-ament-uncrustify + run: sudo apt update -y && sudo apt install -y ros-iron-ament-uncrustify - name: uncrustify run: /ros_entrypoint.sh ament_uncrustify rmw_zenoh_cpp/ --exclude rmw_zenoh_cpp/src/detail/ordered_hash.hpp rmw_zenoh_cpp/src/detail/ordered_map.hpp - name: cpplint