From c0a7533db47a7ac0d29f654ac315dd7247971d16 Mon Sep 17 00:00:00 2001 From: yuanyuyuan Date: Thu, 5 Sep 2024 23:40:25 +0800 Subject: [PATCH] fixup! test: check uncrustify version --- .github/workflows/style.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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