From 7845e530959e09cc4f6d10d69cca766c9d1ff775 Mon Sep 17 00:00:00 2001 From: matlabbe Date: Tue, 9 Jan 2024 21:02:07 -0800 Subject: [PATCH] fixed ci typo (#1097) * fixed typo * added verbose ci build --- .github/workflows/ros1.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ros1.yml b/.github/workflows/ros1.yml index 43f4ac2bb..39f25e630 100644 --- a/.github/workflows/ros1.yml +++ b/.github/workflows/ros1.yml @@ -44,7 +44,7 @@ jobs: mkdir -p ${{github.workspace}}/catkin_ws/src cd ${{github.workspace}}/catkin_ws/src cd .. - catkin config --init --cmake-args -DSETUPTOOLS_DEB_LAYOUT=OFF -DEXTRA_C_FLAGS="-Wformat -Werror=format-security" -DEXTRA_CXX_FLAGS="-Wformat -Werror=format-security" + catkin config --init --cmake-args -DSETUPTOOLS_DEB_LAYOUT=OFF -DCMAKE_C_FLAGS="-Wformat -Werror=format-security" -DCMAKE_CXX_FLAGS="-Wformat -Werror=format-security" - uses: actions/checkout@v2 with: @@ -59,4 +59,4 @@ jobs: run: | source /opt/ros/${{ matrix.ros_distro }}/setup.bash cd ${{github.workspace}}/catkin_ws - catkin build -p 1 -i + catkin build -p 1 -i --verbose