Skip to content

Commit

Permalink
fixed ci typo (#1097)
Browse files Browse the repository at this point in the history
* fixed typo

* added verbose ci build
  • Loading branch information
matlabbe authored Jan 10, 2024
1 parent d044c1e commit 7845e53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ros1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

0 comments on commit 7845e53

Please sign in to comment.