Skip to content

Commit

Permalink
[Spinal][GA][WIP] add catkin config line.
Browse files Browse the repository at this point in the history
  • Loading branch information
sugihara-16 committed Nov 3, 2024
1 parent d4d9bf0 commit 2e25153
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/spinal_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:
# bash
# source /opt/ros/noetic/setup.bash
cd ~/catkin_ws
catkin build --no-status # spinal
catkin config --cmake-args -Dcatkin_DIR=/opt/ros/noetic/share/catkin/cmake
catkin build
# source devel/setup.bash
- name: Build project
run: |
Expand Down

0 comments on commit 2e25153

Please sign in to comment.