Skip to content

Commit

Permalink
[Spinal][GA] Change the file path to the build procudts of Spinal fir…
Browse files Browse the repository at this point in the history
…mware.
  • Loading branch information
sugihara-16 committed Nov 3, 2024
1 parent b3e805d commit fb9624e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/spinal_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:

- name: Install ROS packages with rosdep
run: |
# bash
source /opt/ros/noetic/setup.bash
rm /etc/ros/rosdep/sources.list.d/20-default.list
sudo rosdep init
Expand All @@ -39,7 +38,6 @@ jobs:
shell: bash
- name: Build ROS Package
run: |
# bash
source /opt/ros/noetic/setup.bash
cd ~/catkin_ws
catkin config --cmake-args -Dcatkin_DIR=/opt/ros/noetic/share/catkin/cmake
Expand All @@ -62,4 +60,4 @@ jobs:
name: spinal.artifacts
# The output artifacts are spinal.elf, spinal.map, etc.
# Use a wildcard pattern to get them all
path: STM32CubeIDE/Debug/spinal.*
path: aerial_robot_nerve/spinal/mcu_project/board/stm32H7/STM32CubeIDE/Debug/spinal.*

0 comments on commit fb9624e

Please sign in to comment.